Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 659a2cc4889d1c5c882952be6401ba919c1537d1..cb167251d4bb0110273927c7a9600ee651b8423d 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -749,6 +749,9 @@ public: |
void setTitleElement(const String& title, Element* titleElement); |
void removeTitle(Element* titleElement); |
+ const AtomicString& dir(); |
+ void setDir(const AtomicString&); |
+ |
String cookie(ExceptionState&) const; |
void setCookie(const String&, ExceptionState&); |