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

Unified Diff: Source/core/html/HTMLCollection.idl

Issue 502333003: Not for commit: DOM attributes on prototype chains are not working correctly Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « LayoutTests/fast/dom/attribute-accessor.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLCollection.idl
diff --git a/Source/core/html/HTMLCollection.idl b/Source/core/html/HTMLCollection.idl
index cab83cd617795259afefce1767726d3deb9e7266..496d78e2ed559e97ae74c5c25a30215fe1ccce05 100644
--- a/Source/core/html/HTMLCollection.idl
+++ b/Source/core/html/HTMLCollection.idl
@@ -25,7 +25,7 @@
SetWrapperReferenceFrom=ownerNode,
WillBeGarbageCollected,
] interface HTMLCollection {
- readonly attribute unsigned long length;
+ [ExposeJSAccessors] readonly attribute unsigned long length;
getter Element item([Default=Undefined] optional unsigned long index);
getter Element namedItem(DOMString name);
};
« no previous file with comments | « LayoutTests/fast/dom/attribute-accessor.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698