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

Unified Diff: Source/bindings/tests/idls/modules/TestPartialInterface3.idl

Issue 618373003: [bindings] partial interfaces should not violate componentization (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added --target-component instead of --genearte-partial Created 6 years, 2 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/modules/TestPartialInterface3.idl
diff --git a/Source/bindings/tests/idls/modules/TestPartialInterface3.idl b/Source/bindings/tests/idls/modules/TestPartialInterface3.idl
index d09f7bdec30b6b323312e886df5c1e094af2a277..6a932c6b3bb02faba3b4382642a7e35d26a14dcf 100644
--- a/Source/bindings/tests/idls/modules/TestPartialInterface3.idl
+++ b/Source/bindings/tests/idls/modules/TestPartialInterface3.idl
@@ -38,8 +38,9 @@
static attribute long partial3StaticLongAttribute;
void voidMethodPartialOverload(DOMString value);
- static void voidMethodPartialOverload(DOMString value);
+ static void staticVoidMethodPartialOverload(DOMString value);
void partial2VoidMethod(DOMString value);
+ void partial2VoidMethod(Node node);
static void partial2StaticVoidMethod(DOMString value);
};

Powered by Google App Engine
This is Rietveld 408576698