Index: Source/core/html/HTMLElement.h |
diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h |
index 7fa604f43b310b65b60b7294005a4b64cbc45dd3..13f33094b5d3fd547305b35674fda33380719da4 100644 |
--- a/Source/core/html/HTMLElement.h |
+++ b/Source/core/html/HTMLElement.h |
@@ -81,6 +81,7 @@ public: |
bool hasDirectionAuto() const; |
TextDirection directionalityIfhasDirAutoAttribute(bool& isAuto) const; |
+ String direction() const; |
virtual bool isHTMLUnknownElement() const { return false; } |
virtual bool isPluginElement() const { return false; } |