diff options
Diffstat (limited to 'WebCore/html/HTMLParamElement.h')
-rw-r--r-- | WebCore/html/HTMLParamElement.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/html/HTMLParamElement.h b/WebCore/html/HTMLParamElement.h index 4da2ed3..1867ccf 100644 --- a/WebCore/html/HTMLParamElement.h +++ b/WebCore/html/HTMLParamElement.h @@ -27,8 +27,7 @@ namespace WebCore { -class HTMLParamElement : public HTMLElement -{ +class HTMLParamElement : public HTMLElement { friend class HTMLAppletElement; public: HTMLParamElement(const QualifiedName&, Document*); |