Chromium Code Reviews| Index: Source/core/html/HTMLAnchorElement.idl |
| diff --git a/Source/core/html/HTMLAnchorElement.idl b/Source/core/html/HTMLAnchorElement.idl |
| index 9b87fd6fbf1c56138a36f30e3fed9d2bfbfa6f02..1cae23168291bf7582b5ff14b3144da2838eeb27 100644 |
| --- a/Source/core/html/HTMLAnchorElement.idl |
| +++ b/Source/core/html/HTMLAnchorElement.idl |
| @@ -31,7 +31,7 @@ interface HTMLAnchorElement : HTMLElement { |
| [Reflect] attribute DOMString target; |
| [Reflect] attribute DOMString type; |
| - readonly attribute DOMString text; |
| + attribute DOMString text; |
|
arv (Not doing code reviews)
2014/05/06 22:15:06
Can you do [ImplementedAs=textContent]? That would
|
| [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity; |
| }; |