forked from mirrors/gecko-dev
		
	Source-Repo: https://github.com/servo/servo Source-Revision: 2ad6a7e612ea627cd90ecc3a120b3fc2bfdafa64
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			609 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			609 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- WebIDL.py
 | 
						|
+++ WebIDL.py
 | 
						|
@@ -1416,7 +1416,8 @@
 | 
						|
                   identifier == "LegacyEventInit" or
 | 
						|
                   identifier == "ProbablyShortLivingObject" or
 | 
						|
                   identifier == "LegacyUnenumerableNamedProperties" or
 | 
						|
-                  identifier == "NonOrdinaryGetPrototypeOf"):
 | 
						|
+                  identifier == "NonOrdinaryGetPrototypeOf" or
 | 
						|
+                  identifier == "Abstract"):
 | 
						|
                 # Known extended attributes that do not take values
 | 
						|
                 if not attr.noArguments():
 | 
						|
                     raise WebIDLError("[%s] must take no arguments" % identifier,
 |