| Index: Source/core/html/HTMLAnchorElement.idl
|
| diff --git a/Source/core/html/HTMLAnchorElement.idl b/Source/core/html/HTMLAnchorElement.idl
|
| index 1cae23168291bf7582b5ff14b3144da2838eeb27..63775c24b9b4129ccbb45e72526f3949bdc79414 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;
|
|
|
| - attribute DOMString text;
|
| + [ImplementedAs=textContent] attribute DOMString text;
|
|
|
| [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
|
| };
|
|
|