| Index: third_party/WebKit/Source/bindings/scripts/blink_idl_parser.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/blink_idl_parser.py b/third_party/WebKit/Source/bindings/scripts/blink_idl_parser.py
|
| index 410102f283494caf5ed414a31c20c966a38a1772..7fbfd778c76394fe299a79b454ba6e48b2a7c14a 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/blink_idl_parser.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/blink_idl_parser.py
|
| @@ -264,7 +264,6 @@ class BlinkIDLParser(IDLParser):
|
| # FIXME: Upstream
|
| def p_ExtendedAttributeList(self, p):
|
| """ExtendedAttributeList : '[' ExtendedAttribute ExtendedAttributes ']'
|
| - | '[' ']'
|
| | """
|
| if len(p) > 3:
|
| items = ListFromConcat(p[2], p[3])
|
|
|