diff options
Diffstat (limited to 'WebCore/html/HTMLQuoteElement.h')
-rw-r--r-- | WebCore/html/HTMLQuoteElement.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/html/HTMLQuoteElement.h b/WebCore/html/HTMLQuoteElement.h index 623c28f..addbfb4 100644 --- a/WebCore/html/HTMLQuoteElement.h +++ b/WebCore/html/HTMLQuoteElement.h @@ -28,8 +28,7 @@ namespace WebCore { class String; -class HTMLQuoteElement : public HTMLElement -{ +class HTMLQuoteElement : public HTMLElement { public: HTMLQuoteElement(const QualifiedName&, Document*); |