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

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

Issue 464273003: Restructure handling of list type extended attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: minor fixes Created 6 years, 4 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
« no previous file with comments | « Source/bindings/tests/idls/TestInterface2.idl ('k') | Source/bindings/tests/idls/TestObject.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestInterface3.idl
diff --git a/Source/bindings/tests/idls/TestInterface3.idl b/Source/bindings/tests/idls/TestInterface3.idl
index 6b90bdac6770b6b13d0db0b9b52bb60312810ddc..2e209864a6616d723f39da580a75133bd788b071 100644
--- a/Source/bindings/tests/idls/TestInterface3.idl
+++ b/Source/bindings/tests/idls/TestInterface3.idl
@@ -40,7 +40,7 @@
[Custom] setter boolean (unsigned long index, Node value);
[Custom] deleter boolean (unsigned long index);
- [Custom=PropertyGetter|PropertyEnumerator|PropertyQuery] getter Node (DOMString name);
+ [Custom=(PropertyGetter,PropertyEnumerator,PropertyQuery)] getter Node (DOMString name);
[Custom] setter Node (DOMString name, Node value);
[Custom] deleter boolean (DOMString name);
};
« no previous file with comments | « Source/bindings/tests/idls/TestInterface2.idl ('k') | Source/bindings/tests/idls/TestObject.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698