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

Unified Diff: tools/dom/idl/dart/dart.idl

Issue 12218111: Allowing Window.onBeforeUnload event to work properly. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Adding support for FireFox Created 7 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
Index: tools/dom/idl/dart/dart.idl
diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
index 713efe320eb85bc512e5a80722eed8783d142479..c7134f8623becfc0194bcce663dc5de8d9b46036 100644
--- a/tools/dom/idl/dart/dart.idl
+++ b/tools/dom/idl/dart/dart.idl
@@ -26,6 +26,12 @@ interface ElementTraversal {
};
Element implements ElementTraversal;
+[Supplemental]
+interface Event {
+ [Suppressed] attribute boolean returnValue;
+ attribute any returnValue;
+};
+
[Callback]
interface TimeoutHandler {
void handleEvent();

Powered by Google App Engine
This is Rietveld 408576698