forked from mirrors/gecko-dev
		
	 383681557d
			
		
	
	
		383681557d
		
	
	
	
	
		
			
			- [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #18109 - [X] There are tests for these changes. I enabled the peformance-timeline API WPTs but some of them are still failing because of implementation bugs or missing APIs (Resource Timing, for instance) the tests are dependent of. I'll file issues to fix them. Source-Repo: https://github.com/servo/servo Source-Revision: 1e93749941d2e3569c7c907832658c57ffb18c72 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 4344c6a1c60484c840cbd3be4112d0c3a710b523
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			349 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			349 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| /* 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/. */
 | |
| 
 | |
| impl_performance_entry_struct!(PerformanceMarkBinding,
 | |
|                                PerformanceMark,
 | |
|                                "mark");
 |