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

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

Issue 959933002: Move IDLs to 39 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 5 years, 10 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: bindings/tests/idls/core/TestInterface3.idl
diff --git a/bindings/tests/idls/TestInterface3.idl b/bindings/tests/idls/core/TestInterface3.idl
similarity index 96%
rename from bindings/tests/idls/TestInterface3.idl
rename to bindings/tests/idls/core/TestInterface3.idl
index 6b90bdac6770b6b13d0db0b9b52bb60312810ddc..2e209864a6616d723f39da580a75133bd788b071 100644
--- a/bindings/tests/idls/TestInterface3.idl
+++ b/bindings/tests/idls/core/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 | « bindings/tests/idls/core/TestInterface2.idl ('k') | bindings/tests/idls/core/TestInterfaceCheckSecurity.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698