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

Unified Diff: bindings/tests/idls/core/TestInterface2.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
« no previous file with comments | « bindings/tests/idls/core/TestInterface.idl ('k') | bindings/tests/idls/core/TestInterface3.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bindings/tests/idls/core/TestInterface2.idl
diff --git a/bindings/tests/idls/TestInterface2.idl b/bindings/tests/idls/core/TestInterface2.idl
similarity index 92%
rename from bindings/tests/idls/TestInterface2.idl
rename to bindings/tests/idls/core/TestInterface2.idl
index 8027826413eb5e2539e7d2c8f9aa9bac513ee80c..8bb30a6e7400a3655887d81c5886b296836956fd 100644
--- a/bindings/tests/idls/TestInterface2.idl
+++ b/bindings/tests/idls/core/TestInterface2.idl
@@ -38,8 +38,11 @@
Custom=Wrap, // Conflicts with and [Custom=ToV8], respectively
DependentLifetime, // Covered by [ActiveDOMObject]
SetWrapperReferenceFrom=ownerNode, // Conflicts with [SetWrapperReferenceTo]
- SpecialWrapFor=TestInterface|TestInterfaceEmpty, // Conflicts with [Custom=ToV8]
+ SpecialWrapFor=(TestInterface,TestInterfaceEmpty), // Conflicts with [Custom=ToV8]
] interface TestInterface2 {
+ // This interface has only runtime enabled constants.
+ [RuntimeEnabled=FeatureName] const unsigned short CONST_VALUE_1 = 1;
+
// Indexed property operations with an identifier
[RaisesException] getter TestInterfaceEmpty item(unsigned long index);
[RaisesException] setter DOMString setItem(unsigned long index, DOMString value);
« no previous file with comments | « bindings/tests/idls/core/TestInterface.idl ('k') | bindings/tests/idls/core/TestInterface3.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698