| Index: Source/core/html/HTMLAnchorElement.idl
|
| diff --git a/Source/core/html/HTMLAnchorElement.idl b/Source/core/html/HTMLAnchorElement.idl
|
| index 63775c24b9b4129ccbb45e72526f3949bdc79414..46bacf29cb9b482f631d7636b698b0bd8e848e12 100644
|
| --- a/Source/core/html/HTMLAnchorElement.idl
|
| +++ b/Source/core/html/HTMLAnchorElement.idl
|
| @@ -26,6 +26,7 @@ interface HTMLAnchorElement : HTMLElement {
|
| [Reflect] attribute DOMString name;
|
| [Reflect] attribute DOMString ping;
|
| [Reflect] attribute DOMString rel;
|
| + readonly attribute DOMTokenList relList;
|
| [Reflect] attribute DOMString rev;
|
| [Reflect] attribute DOMString shape;
|
| [Reflect] attribute DOMString target;
|
|
|