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

Unified Diff: Source/core/dom/Event.idl

Issue 22893051: Add support for BeforeUnloadEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
« Source/core/dom/BeforeUnloadEvent.cpp ('K') | « Source/core/dom/Event.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Event.idl
diff --git a/Source/core/dom/Event.idl b/Source/core/dom/Event.idl
index 74af6e13cbde35c684c858bea81ebfb065fd1998..3517329bc776402bcfe805c4cf79c3abfa709434 100644
--- a/Source/core/dom/Event.idl
+++ b/Source/core/dom/Event.idl
@@ -69,7 +69,6 @@
// IE Extensions
readonly attribute EventTarget srcElement;
- attribute boolean returnValue;
attribute boolean cancelBubble;
[EnabledAtRuntime=ShadowDOM] readonly attribute NodeList path;
« Source/core/dom/BeforeUnloadEvent.cpp ('K') | « Source/core/dom/Event.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698