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

Unified Diff: Source/core/html/VoidCallback.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/core/html/VoidCallback.idl
diff --git a/Source/core/html/VoidCallback.idl b/Source/core/html/VoidCallback.idl
index d403ecc48c1ca76dbd05bcca9ee8f29b0190b53c..970113b02005cfa818e9197486bb7c1b1669cb82 100644
--- a/Source/core/html/VoidCallback.idl
+++ b/Source/core/html/VoidCallback.idl
@@ -24,5 +24,5 @@
*/
callback interface VoidCallback {
- boolean handleEvent();
+ void handleEvent();
};

Powered by Google App Engine
This is Rietveld 408576698