| Index: core/html/HTMLAnchorElement.idl
|
| diff --git a/core/html/HTMLAnchorElement.idl b/core/html/HTMLAnchorElement.idl
|
| index 57519bd2bdfbae52fc39b54d87c5ce485ec5d4c7..63775c24b9b4129ccbb45e72526f3949bdc79414 100644
|
| --- a/core/html/HTMLAnchorElement.idl
|
| +++ b/core/html/HTMLAnchorElement.idl
|
| @@ -31,7 +31,9 @@ interface HTMLAnchorElement : HTMLElement {
|
| [Reflect] attribute DOMString target;
|
| [Reflect] attribute DOMString type;
|
|
|
| - readonly attribute DOMString text;
|
| + [ImplementedAs=textContent] attribute DOMString text;
|
| +
|
| + [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
|
| };
|
|
|
| HTMLAnchorElement implements URLUtils;
|
|
|