Index: Source/core/html/HTMLDocument.h |
diff --git a/Source/core/html/HTMLDocument.h b/Source/core/html/HTMLDocument.h |
index f629b7a862bf055d312de0180f315e682e529e2c..6ab143ac2f79399baf1f16648105ad631313cdd3 100644 |
--- a/Source/core/html/HTMLDocument.h |
+++ b/Source/core/html/HTMLDocument.h |
@@ -41,9 +41,6 @@ public: |
} |
virtual ~HTMLDocument(); |
- String designMode() const; |
- void setDesignMode(const String&); |
- |
const AtomicString& bgColor() const; |
void setBgColor(const AtomicString&); |
const AtomicString& fgColor() const; |