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

Unified Diff: third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl

Issue 2367543004: Extended implementation to use interface as arguments (Closed)
Patch Set: Addressed comments Created 4 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: third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
index 02f6953d223317297a39c3ef3079dd604c6b833a..13fa278a3026c9eb9c9d20b6aac158a0d44d936e 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
@@ -34,6 +34,7 @@ callback VoidCallbackFunction = void ();
callback AnyCallbackFunctionOptionalAnyArg = any (optional any optionalAnyArg);
[ExperimentalCallbackFunction] callback VoidExperimentalCallbackFunction = void ();
[ExperimentalCallbackFunction] callback LongExperimentalCallbackFunction = long (long num1, long num2);
+[ExperimentalCallbackFunction] callback VoidCallbackFunctionInterfaceArg = void (HTMLDivElement divElements);
bashi 2016/09/23 05:45:18 divElements -> divElement
lkawai 2016/09/23 06:05:36 Done.
// No extended attributes on the interface; those go in TestInterface.idl
interface TestObject {
// Constants

Powered by Google App Engine
This is Rietveld 408576698