| Index: Source/core/html/HTMLElement.h
|
| diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h
|
| index e28af443e3efd13117b0d6739e0c217b55f16fc6..7dbe460d2f93808d7d8e297a8f2201d47697b9dc 100644
|
| --- a/Source/core/html/HTMLElement.h
|
| +++ b/Source/core/html/HTMLElement.h
|
| @@ -65,6 +65,9 @@ public:
|
| bool translate() const;
|
| void setTranslate(bool);
|
|
|
| + const AtomicString& dir();
|
| + void setDir(const AtomicString&);
|
| +
|
| void click();
|
|
|
| virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE;
|
|
|