Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(777)

Unified Diff: Source/core/dom/Document.h

Issue 235933008: Move 'dir' attribute from HTMLDocument to Document. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Move methods to a better location in Document.cpp Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/dom/dir-non-html-document-expected.txt ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&);
« no previous file with comments | « LayoutTests/fast/dom/dir-non-html-document-expected.txt ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698