Index: Source/core/html/HTMLElement.h |
diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h |
index 7fa604f43b310b65b60b7294005a4b64cbc45dd3..e7add4de17d08f1d2857f4b8fbc3415102b9f612 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; |
+ TextDirection determineDirection() const; |
virtual bool isHTMLUnknownElement() const { return false; } |
virtual bool isPluginElement() const { return false; } |