| Index: Source/core/html/HTMLDocument.h
|
| diff --git a/Source/core/html/HTMLDocument.h b/Source/core/html/HTMLDocument.h
|
| index aa52f77ac85cd643818d42e01a3e48b61890b195..a0c6220499f77162f9a753114df15cc9905f0d48 100644
|
| --- a/Source/core/html/HTMLDocument.h
|
| +++ b/Source/core/html/HTMLDocument.h
|
| @@ -47,9 +47,6 @@ public:
|
| String designMode() const;
|
| void setDesignMode(const String&);
|
|
|
| - Element* activeElement();
|
| - bool hasFocus();
|
| -
|
| const AtomicString& bgColor() const;
|
| void setBgColor(const AtomicString&);
|
| const AtomicString& fgColor() const;
|
|
|