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

Unified Diff: core/dom/Event.idl

Issue 37053003: Roll IDL to multivm@1467 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 2 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/Entity.idl ('k') | core/dom/KeyboardEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/Event.idl
diff --git a/core/dom/Event.idl b/core/dom/Event.idl
index 74af6e13cbde35c684c858bea81ebfb065fd1998..88d704fa31a407916b41e338b8f401ca4914c601 100644
--- a/core/dom/Event.idl
+++ b/core/dom/Event.idl
@@ -69,7 +69,7 @@
// IE Extensions
readonly attribute EventTarget srcElement;
- attribute boolean returnValue;
+ [ImplementedAs=legacyReturnValue, DeprecateAs=EventReturnValue] attribute boolean returnValue;
attribute boolean cancelBubble;
[EnabledAtRuntime=ShadowDOM] readonly attribute NodeList path;
« no previous file with comments | « core/dom/Entity.idl ('k') | core/dom/KeyboardEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698