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

Unified Diff: Source/bindings/tests/idls/TestCallback.idl

Issue 111603006: Simplify invokeCallback() and support void return values for IDL callbacks (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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/TestCallback.idl
diff --git a/Source/bindings/tests/idls/TestCallback.idl b/Source/bindings/tests/idls/TestCallback.idl
index 481d72ea2a683d3549b605ac9ca2368ece3885e0..86b053e0364b4c7037158133e5bbb700340eca03 100644
--- a/Source/bindings/tests/idls/TestCallback.idl
+++ b/Source/bindings/tests/idls/TestCallback.idl
@@ -37,4 +37,5 @@ callback interface TestCallback {
boolean callbackWithSequenceArg(sequence<TestInterfaceEmpty> sequenceArg);
boolean callbackWithFloatArg(float floatArg);
[CallWith=ThisValue] boolean callbackWithThisArg(long arg);
+ void callbackWithVoidReturnValue();
};

Powered by Google App Engine
This is Rietveld 408576698