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

Unified Diff: Source/core/dom/StringCallback.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/dom/StringCallback.idl
diff --git a/Source/core/dom/StringCallback.idl b/Source/core/dom/StringCallback.idl
index 9ab79c13cede2950d44de2052494d3388252fc4f..b26a090d1b8edcfe1efa663e922c6c37f0fa7426 100644
--- a/Source/core/dom/StringCallback.idl
+++ b/Source/core/dom/StringCallback.idl
@@ -29,5 +29,5 @@
*/
callback interface StringCallback {
- boolean handleEvent(DOMString data);
+ void handleEvent(DOMString data);
};

Powered by Google App Engine
This is Rietveld 408576698