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

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: Fixed patch conflict 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..e248cc3725c9f41b83f79d20ca7927ecba0a597b 100644
--- a/Source/bindings/tests/idls/modules/TestPartialInterface3.idl
+++ b/Source/bindings/tests/idls/modules/TestPartialInterface3.idl
@@ -34,12 +34,10 @@
] partial interface TestInterface {
const unsigned short PARTIAL3_UNSIGNED_SHORT = 0;
- attribute long partial3LongAttribute;
- 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);
};
« no previous file with comments | « Source/bindings/tests/idls/core/TestInterface.idl ('k') | Source/bindings/tests/results/core/V8TestInterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698