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

Unified Diff: trunk/Source/core/dom/Document.idl

Issue 230783002: Revert 170941 "Move popular DOM attributes to prototype chains" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 8 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: trunk/Source/core/dom/Document.idl
===================================================================
--- trunk/Source/core/dom/Document.idl (revision 171140)
+++ trunk/Source/core/dom/Document.idl (working copy)
@@ -113,7 +113,7 @@
[TreatNullAs=NullString, RaisesException] attribute DOMString cookie;
- [RaisesException=Setter, CustomElementCallbacks, PerWorldBindings, ExposeJSAccessors] attribute HTMLElement body;
+ [RaisesException=Setter, CustomElementCallbacks, PerWorldBindings] attribute HTMLElement body;
readonly attribute HTMLHeadElement head;
readonly attribute HTMLCollection images;
« no previous file with comments | « trunk/LayoutTests/fast/dom/dom-attribute-on-prototype-chain-expected.txt ('k') | trunk/Source/core/dom/Element.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698