diff options
Diffstat (limited to 'third_party/WebIDL.py')
-rw-r--r-- | third_party/WebIDL.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/WebIDL.py b/third_party/WebIDL.py index 1ce44e06..a94cb528 100644 --- a/third_party/WebIDL.py +++ b/third_party/WebIDL.py @@ -3443,6 +3443,7 @@ class IDLMethod(IDLInterfaceMember, IDLScope): identifier == "Ref" or identifier == "Value" or identifier == "Operator" or + identifier == "Const" or identifier == "WebGLHandlesContextLoss"): # Known attributes that we don't need to do anything with here pass |