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

Unified Diff: third_party/WebCore/html/VoidCallback.idl

Issue 10831389: Roll IDL to mutlivm@775. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « third_party/WebCore/html/HTMLMediaElement.idl ('k') | third_party/WebCore/page/PagePopupController.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/html/VoidCallback.idl
diff --git a/third_party/WebCore/html/VoidCallback.idl b/third_party/WebCore/html/VoidCallback.idl
index d0f159b8387f03064ea4bf9a5bc1def5befe2407..f1b0779e4e1a61e3c2a32464bb62c6d5ef1b9a13 100644
--- a/third_party/WebCore/html/VoidCallback.idl
+++ b/third_party/WebCore/html/VoidCallback.idl
@@ -25,9 +25,8 @@
module html {
interface [
- JSCustomToNativeObject,
- OmitConstructor
+ Callback
] VoidCallback {
- void handleEvent();
+ boolean handleEvent();
};
}
« no previous file with comments | « third_party/WebCore/html/HTMLMediaElement.idl ('k') | third_party/WebCore/page/PagePopupController.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698