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