| Index: Source/core/html/HTMLTableCaptionElement.h
|
| diff --git a/Source/core/html/HTMLTableCaptionElement.h b/Source/core/html/HTMLTableCaptionElement.h
|
| index ae7f98cea1467d08054d781ee24da0175a6cfd42..33315acfdb04262bf2954f68d7184ed8dd6fe945 100644
|
| --- a/Source/core/html/HTMLTableCaptionElement.h
|
| +++ b/Source/core/html/HTMLTableCaptionElement.h
|
| @@ -32,10 +32,10 @@ namespace WebCore {
|
|
|
| class HTMLTableCaptionElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtr<HTMLTableCaptionElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<HTMLTableCaptionElement> create(Document&);
|
|
|
| private:
|
| - HTMLTableCaptionElement(const QualifiedName&, Document&);
|
| + HTMLTableCaptionElement(Document&);
|
|
|
| virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
|
| virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|
|
|