| Index: Source/core/html/HTMLAreaElement.idl
|
| diff --git a/Source/core/html/HTMLAreaElement.idl b/Source/core/html/HTMLAreaElement.idl
|
| index 4171f43742e3f1b7c96bead8ce9464017c9ae5bd..f392526bc26406f4c97c98e27c4ca8ea0dac725a 100644
|
| --- a/Source/core/html/HTMLAreaElement.idl
|
| +++ b/Source/core/html/HTMLAreaElement.idl
|
| @@ -21,19 +21,10 @@
|
| interface HTMLAreaElement : HTMLElement {
|
| [Reflect, TreatNullAs=NullString] attribute DOMString alt;
|
| [Reflect, TreatNullAs=NullString] attribute DOMString coords;
|
| - [Reflect, TreatNullAs=NullString, URL] attribute DOMString href;
|
| [Reflect] attribute boolean noHref;
|
| [Reflect, TreatNullAs=NullString] attribute DOMString ping;
|
| [Reflect, TreatNullAs=NullString] attribute DOMString shape;
|
| [Reflect, TreatNullAs=NullString] attribute DOMString target;
|
| -
|
| - // IE Extensions
|
| - readonly attribute DOMString hash;
|
| - readonly attribute DOMString host;
|
| - readonly attribute DOMString hostname;
|
| - readonly attribute DOMString pathname;
|
| - readonly attribute DOMString port;
|
| - readonly attribute DOMString protocol;
|
| - readonly attribute DOMString search;
|
| };
|
|
|
| +HTMLAreaElement implements URLUtils;
|
|
|