| Index: Source/core/html/HTMLDocument.idl
|
| diff --git a/Source/core/html/HTMLDocument.idl b/Source/core/html/HTMLDocument.idl
|
| index 84328c8565f1257694a9976120f0bbb097ae2607..2b2eb03e5d55716a3c7ab97f989c524b7514b8f0 100644
|
| --- a/Source/core/html/HTMLDocument.idl
|
| +++ b/Source/core/html/HTMLDocument.idl
|
| @@ -45,9 +45,6 @@ interface HTMLDocument : Document {
|
| [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString designMode;
|
| readonly attribute DOMString compatMode;
|
|
|
| - readonly attribute Element activeElement;
|
| - boolean hasFocus();
|
| -
|
| // Deprecated attributes
|
| [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString bgColor;
|
| [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString fgColor;
|
|
|