forked from mirrors/gecko-dev
		
	 abd0ca0a65
			
		
	
	
		abd0ca0a65
		
	
	
	
	
		
			
			MozReview-Commit-ID: 5weG4B4V1PY --HG-- rename : browser/components/sessionstore/content/content-sessionStore.js => browser/components/sessionstore/ContentSessionStore.jsm extra : rebase_source : 48d77f303ea6e0725b87467589d4a3f0c4ac4bdb
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			377 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			377 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/. */
 | |
| 
 | |
| /* eslint-env mozilla/frame-script */
 | |
| 
 | |
| "use strict";
 | |
| 
 | |
| ChromeUtils.import("resource:///modules/sessionstore/ContentSessionStore.jsm");
 | |
| 
 | |
| void new ContentSessionStore(this);
 |