summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLTableRowElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLTableRowElement.h')
-rw-r--r--WebCore/html/HTMLTableRowElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLTableRowElement.h b/WebCore/html/HTMLTableRowElement.h
index 26ffa1f..6d35551 100644
--- a/WebCore/html/HTMLTableRowElement.h
+++ b/WebCore/html/HTMLTableRowElement.h
@@ -32,7 +32,7 @@ namespace WebCore {
class HTMLTableRowElement : public HTMLTablePartElement {
public:
- HTMLTableRowElement(Document*);
+ HTMLTableRowElement(const QualifiedName&, Document*);
virtual HTMLTagStatus endTagRequirement() const { return TagStatusOptional; }
virtual int tagPriority() const { return 7; }