diff options
Diffstat (limited to 'WebCore/html/HTMLElement.h')
-rw-r--r-- | WebCore/html/HTMLElement.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/html/HTMLElement.h b/WebCore/html/HTMLElement.h index 1fba130..3d84e8b 100644 --- a/WebCore/html/HTMLElement.h +++ b/WebCore/html/HTMLElement.h @@ -85,8 +85,6 @@ public: virtual void accessKeyAction(bool sendToAnyElement); - virtual bool isGenericFormElement() const { return false; } - virtual HTMLTagStatus endTagRequirement() const; virtual int tagPriority() const; virtual bool childAllowed(Node* newChild); // Error-checking during parsing that checks the DTD @@ -104,6 +102,8 @@ public: HTMLFormElement* form() const { return virtualForm(); } HTMLFormElement* findFormAncestor() const; + static void addHTMLAlignmentToStyledElement(StyledElement*, MappedAttribute*); + protected: void addHTMLAlignment(MappedAttribute*); |