diff options
Diffstat (limited to 'Source/WebCore/html/HTMLDialogElement.h')
-rw-r--r-- | Source/WebCore/html/HTMLDialogElement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/html/HTMLDialogElement.h b/Source/WebCore/html/HTMLDialogElement.h index d1dd77689..7a7b0119f 100644 --- a/Source/WebCore/html/HTMLDialogElement.h +++ b/Source/WebCore/html/HTMLDialogElement.h @@ -45,6 +45,7 @@ public: private: HTMLDialogElement(const QualifiedName&, Document*); + virtual RenderObject* createRenderer(RenderArena*, RenderStyle*) OVERRIDE; virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; }; |