| Index: Source/core/html/HTMLQuoteElement.h
|
| diff --git a/Source/core/html/HTMLQuoteElement.h b/Source/core/html/HTMLQuoteElement.h
|
| index 46648720606f6b325403c03cb6f902237f2f10a3..bfdc9ee176a066324d9939b38c50dddc35d5439a 100644
|
| --- a/Source/core/html/HTMLQuoteElement.h
|
| +++ b/Source/core/html/HTMLQuoteElement.h
|
| @@ -31,10 +31,10 @@ namespace WebCore {
|
|
|
| class HTMLQuoteElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtr<HTMLQuoteElement> create(const QualifiedName&, Document*);
|
| + static PassRefPtr<HTMLQuoteElement> create(const QualifiedName&, Document&);
|
|
|
| private:
|
| - HTMLQuoteElement(const QualifiedName&, Document*);
|
| + HTMLQuoteElement(const QualifiedName&, Document&);
|
|
|
| virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
| };
|
|
|