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

Unified Diff: Source/bindings/tests/idls/core/TestInterface.idl

Issue 556453005: Added component dir to bindings tests for binding modularization. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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/core/TestInterface.idl
diff --git a/Source/bindings/tests/idls/TestInterface.idl b/Source/bindings/tests/idls/core/TestInterface.idl
similarity index 98%
rename from Source/bindings/tests/idls/TestInterface.idl
rename to Source/bindings/tests/idls/core/TestInterface.idl
index e0bcaad59a997d0dbf350d89397a4085a260dff9..135c6f8536fa1e88b00d5409a253f8132fcb9577 100644
--- a/Source/bindings/tests/idls/TestInterface.idl
+++ b/Source/bindings/tests/idls/core/TestInterface.idl
@@ -88,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 | « Source/bindings/tests/idls/core/TestImplements3.idl ('k') | Source/bindings/tests/idls/core/TestInterface2.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698