| Index: core/html/HTMLAnchorElement.idl
|
| diff --git a/core/html/HTMLAnchorElement.idl b/core/html/HTMLAnchorElement.idl
|
| index 88cf2d41e2b023a3fe31b3a7047c4a7de079e38d..525c307807f5d5e91669584edabdd0ebd6e99bd2 100644
|
| --- a/core/html/HTMLAnchorElement.idl
|
| +++ b/core/html/HTMLAnchorElement.idl
|
| @@ -19,20 +19,20 @@
|
| */
|
|
|
| interface HTMLAnchorElement : HTMLElement {
|
| - [Reflect, TreatNullAs=NullString] attribute DOMString charset;
|
| - [Reflect, TreatNullAs=NullString] attribute DOMString coords;
|
| - [Reflect, TreatNullAs=NullString] attribute DOMString download;
|
| - [Reflect, TreatNullAs=NullString] attribute DOMString hreflang;
|
| - [Reflect, TreatNullAs=NullString] attribute DOMString name;
|
| - [Reflect, TreatNullAs=NullString] attribute DOMString ping;
|
| - [Reflect, TreatNullAs=NullString] attribute DOMString rel;
|
| - [Reflect, TreatNullAs=NullString] attribute DOMString rev;
|
| - [Reflect, TreatNullAs=NullString] attribute DOMString shape;
|
| - [Reflect, TreatNullAs=NullString] attribute DOMString target;
|
| - [Reflect, TreatNullAs=NullString] attribute DOMString type;
|
| + [Reflect] attribute DOMString charset;
|
| + [Reflect] attribute DOMString coords;
|
| + [Reflect] attribute DOMString download;
|
| + [Reflect] attribute DOMString hreflang;
|
| + [Reflect] attribute DOMString name;
|
| + [Reflect] attribute DOMString ping;
|
| + [Reflect] attribute DOMString rel;
|
| + [Reflect] attribute DOMString rev;
|
| + [Reflect] attribute DOMString shape;
|
| + [Reflect] attribute DOMString target;
|
| + [Reflect] attribute DOMString type;
|
|
|
| readonly attribute DOMString text;
|
| };
|
|
|
| -// Force rebuild: crbug.com/307023
|
| +// force rebuild: crbug.com/307023
|
| HTMLAnchorElement implements URLUtils;
|
|
|