DescriptionIDL parser: add StaticAttribute production
This is a straight upstream from Blink's IDL parser, which will allow
us to drop some overrides there, which in turn will allow us to update
this parser to use the grammar of current Web IDL, where static
attributes are supported differently (via a StaticMember production
that handles both static attributes and static methods.)
Preparation for:
IDL parser: drop AttributeOrOperation and StaticAttribute overrides
https://codereview.chromium.org/336733002/ (in Blink)
...and ultimately for:
IDL parser: align with current Web IDL specification
https://codereview.chromium.org/329853005/
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277843
Patch Set 1 #
Total comments: 1
Patch Set 2 : add comment #Messages
Total messages: 8 (0 generated)
|