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

Unified Diff: core/dom/StringCallback.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/dom/RequestAnimationFrameCallback.idl ('k') | core/dom/Text.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/StringCallback.idl
diff --git a/core/dom/StringCallback.idl b/core/dom/StringCallback.idl
index 9ab79c13cede2950d44de2052494d3388252fc4f..b26a090d1b8edcfe1efa663e922c6c37f0fa7426 100644
--- a/core/dom/StringCallback.idl
+++ b/core/dom/StringCallback.idl
@@ -29,5 +29,5 @@
*/
callback interface StringCallback {
- boolean handleEvent(DOMString data);
+ void handleEvent(DOMString data);
};
« no previous file with comments | « core/dom/RequestAnimationFrameCallback.idl ('k') | core/dom/Text.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698