Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: Source/bindings/tests/idls/TestObject.idl

Issue 124943002: Perl IDL parser: allow extended attributes to have more than 2 values (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/bindings/tests/idls/TestObject.idl
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
index 984f9baa44c8c24fdfb813578b36955d34642d82..ead532cfeed849baae48d9cd73e78c443b331e29 100644
--- a/Source/bindings/tests/idls/TestObject.idl
+++ b/Source/bindings/tests/idls/TestObject.idl
@@ -179,7 +179,7 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2);
// 'Conditional' extended attribute
[Conditional=Condition1] attribute long conditionalAttr1;
[Conditional=Condition1&Condition2] attribute long conditionalAttr2;
- [Conditional=Condition1|Condition2] attribute long conditionalAttr3;
+ [Conditional=Condition1|Condition2|Condition3] attribute long conditionalAttr3;
// 'Conditional' extended method
[Conditional=Condition1] DOMString conditionalMethod1();

Powered by Google App Engine
This is Rietveld 408576698