| Index: third_party/WebKit/Source/core/dom/Element.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
|
| index cb15e383d557763553b27bf7dcadec94ce5c7aa8..25be689b98cb4ce1a67941f460dc7c6e8bec5bdd 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -571,6 +571,8 @@ public:
|
| NodeIntersectionObserverData* intersectionObserverData() const;
|
| NodeIntersectionObserverData& ensureIntersectionObserverData();
|
|
|
| + TextDirection directionality() const;
|
| +
|
| protected:
|
| Element(const QualifiedName& tagName, Document*, ConstructionType);
|
|
|
|
|