forked from mirrors/gecko-dev
		
	 554ec1a33f
			
		
	
	
		554ec1a33f
		
	
	
	
	
		
			
			MozReview-Commit-ID: KNOJzUL7hRv --HG-- extra : rebase_source : 2a36dd1ffe41e7b673ee4dc514a74c57c4b85390
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			395 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			395 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /* This Source Code Form is subject to the terms of the Mozilla Public
 | |
|  * License, v. 2.0. If a copy of the MPL was not distributed with this
 | |
|  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 | |
| 
 | |
| const {interfaces: Ci, classes: Cc, results: Cr, utils: Cu} = Components;
 | |
| 
 | |
| Cu.import("resource://gre/modules/Services.jsm");
 | |
| 
 | |
| var gProfD = do_get_profile().QueryInterface(Ci.nsILocalFile);
 |