| Index: Source/core/dom/Element.idl
 | 
| diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
 | 
| index 470e40cc7a5079d9603f60bd2cebb1886642978b..90693708d446c97c68e390d914a615538e2b7eee 100644
 | 
| --- a/Source/core/dom/Element.idl
 | 
| +++ b/Source/core/dom/Element.idl
 | 
| @@ -34,7 +34,7 @@
 | 
|      [RaisesException, CustomElementCallbacks, MeasureAs=ElementRemoveAttributeNode] Attr removeAttributeNode([Default=Undefined, TypeChecking=Nullable] optional Attr oldAttr); // Removed from DOM4.
 | 
|      HTMLCollection getElementsByTagName(DOMString name);
 | 
|  
 | 
| -    [PerWorldBindings] readonly attribute NamedNodeMap     attributes;
 | 
| +    [PerWorldBindings, ImplementedAs=attributesForBindings] readonly attribute NamedNodeMap     attributes;
 | 
|      [MeasureAs=HasAttributes] boolean hasAttributes();
 | 
|  
 | 
|      // DOM Level 2 Core
 | 
| 
 |