| Index: Source/core/html/HTMLElement.h
|
| diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h
|
| index d0e09809ee2bca9d2017abd3123dc9632b29d929..6764d23334b975aa6434cc64ab218e4f287f59a9 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 directionForFormData() const;
|
|
|
| virtual bool isHTMLUnknownElement() const { return false; }
|
| virtual bool isPluginElement() const { return false; }
|
|
|