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

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

Issue 618373003: [bindings] partial interfaces should not violate componentization (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/core/TestInterface.idl
diff --git a/Source/bindings/tests/idls/core/TestInterface.idl b/Source/bindings/tests/idls/core/TestInterface.idl
index 135c6f8536fa1e88b00d5409a253f8132fcb9577..8a6fd469a43abe674e6f4fb9ef661bc45c5de1e9 100644
--- a/Source/bindings/tests/idls/core/TestInterface.idl
+++ b/Source/bindings/tests/idls/core/TestInterface.idl
@@ -89,8 +89,9 @@
[Exposed=(Window,ServiceWorker)] void windowAndServiceWorkerExposedMethod();
- void voidMethodPartailOverload();
- static void voidMethodPartailOverload();
+ void voidMethodPartialOverload();
+ void voidMethodPartialOverload(double doubleArg);
+ static void staticVoidMethodPartialOverload();
tasak 2014/10/10 07:52:24 Typo. Partail => Partial
};
TestInterface implements TestImplements;

Powered by Google App Engine
This is Rietveld 408576698