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

Unified Diff: bindings/tests/idls/core/TestInterface.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/TestImplements3.idl ('k') | bindings/tests/idls/core/TestInterface2.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bindings/tests/idls/core/TestInterface.idl
diff --git a/bindings/tests/idls/TestInterface.idl b/bindings/tests/idls/core/TestInterface.idl
similarity index 95%
copy from bindings/tests/idls/TestInterface.idl
copy to bindings/tests/idls/core/TestInterface.idl
index 7dfed9a9bb6e7461c5dcd94526a15c383c402969..135c6f8536fa1e88b00d5409a253f8132fcb9577 100644
--- a/bindings/tests/idls/TestInterface.idl
+++ b/bindings/tests/idls/core/TestInterface.idl
@@ -34,12 +34,13 @@
[
ActiveDOMObject,
Conditional=CONDITION,
- Custom=LegacyCallAsFunction|ToV8,
+ Custom=(LegacyCallAsFunction,ToV8),
DoNotCheckConstants,
ImplementedAs=TestInterfaceImplementation,
+ Iterable,
RuntimeEnabled=FeatureName,
SetWrapperReferenceTo(TestInterface referencedName),
- TypeChecking=Interface|Unrestricted,
+ TypeChecking=(Interface,Unrestricted),
Exposed=(Worker,Window),
] interface TestInterface : TestInterfaceEmpty {
// members needed to test [ImplementedAs], as this affect attribute
@@ -87,6 +88,9 @@
[Exposed=Window] attribute long windowExposedAttribute;
[Exposed=(Window,ServiceWorker)] void windowAndServiceWorkerExposedMethod();
+
+ void voidMethodPartailOverload();
+ static void voidMethodPartailOverload();
};
TestInterface implements TestImplements;
« no previous file with comments | « bindings/tests/idls/core/TestImplements3.idl ('k') | bindings/tests/idls/core/TestInterface2.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698