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

Unified Diff: third_party/WebCore/page/DOMWindow.idl

Issue 10800075: Roll IDL to multivm@713 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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: third_party/WebCore/page/DOMWindow.idl
diff --git a/third_party/WebCore/page/DOMWindow.idl b/third_party/WebCore/page/DOMWindow.idl
index 986cbd882bc8ce601f6a9d7d6fdde0f191f5f84d..15d57679fc6d995a82844ef24d14f36894768208 100644
--- a/third_party/WebCore/page/DOMWindow.idl
+++ b/third_party/WebCore/page/DOMWindow.idl
@@ -135,7 +135,7 @@ module window {
attribute [Replaceable, DoNotCheckSecurityOnGetter, V8CustomSetter] DOMWindow opener;
attribute [Replaceable, DoNotCheckSecurityOnGetter] DOMWindow parent;
- attribute [Replaceable, DoNotCheckSecurityOnGetter, V8Unforgeable, V8ReadOnly] DOMWindow top;
+ readonly attribute [DoNotCheckSecurityOnGetter, V8Unforgeable] DOMWindow top;
// DOM Level 2 AbstractView Interface
readonly attribute Document document;
@@ -406,7 +406,7 @@ module window {
attribute HTMLButtonElementConstructor HTMLButtonElement;
attribute HTMLCanvasElementConstructor HTMLCanvasElement;
attribute HTMLDListElementConstructor HTMLDListElement;
- attribute [Conditional=DATALIST] HTMLDataListElementConstructor HTMLDataListElement;
+ attribute [Conditional=DATALIST_ELEMENT] HTMLDataListElementConstructor HTMLDataListElement;
attribute [Conditional=DIALOG_ELEMENT, V8EnabledPerContext=dialogElement] HTMLDialogElementConstructor HTMLDialogElement;
attribute HTMLDirectoryElementConstructor HTMLDirectoryElement;
attribute HTMLDivElementConstructor HTMLDivElement;
« no previous file with comments | « third_party/WebCore/inspector/InjectedScriptHost.idl ('k') | third_party/WebCore/page/NavigatorRegisterProtocolHandler.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698