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

Unified Diff: core/html/VoidCallback.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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
« no previous file with comments | « core/html/MediaKeyEvent.idl ('k') | core/html/canvas/ArrayBufferView.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/VoidCallback.idl
diff --git a/core/html/VoidCallback.idl b/core/html/VoidCallback.idl
index d403ecc48c1ca76dbd05bcca9ee8f29b0190b53c..970113b02005cfa818e9197486bb7c1b1669cb82 100644
--- a/core/html/VoidCallback.idl
+++ b/core/html/VoidCallback.idl
@@ -24,5 +24,5 @@
*/
callback interface VoidCallback {
- boolean handleEvent();
+ void handleEvent();
};
« no previous file with comments | « core/html/MediaKeyEvent.idl ('k') | core/html/canvas/ArrayBufferView.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698