| Index: Source/core/html/HTMLCanvasElement.h
|
| diff --git a/Source/core/html/HTMLCanvasElement.h b/Source/core/html/HTMLCanvasElement.h
|
| index 2691bcdf2ecfde30493504c7306f09f5e21b5249..71815408b7d78ceb77287a095ecd1f47d7967eb8 100644
|
| --- a/Source/core/html/HTMLCanvasElement.h
|
| +++ b/Source/core/html/HTMLCanvasElement.h
|
| @@ -59,7 +59,6 @@ public:
|
| class HTMLCanvasElement FINAL : public HTMLElement {
|
| public:
|
| static PassRefPtr<HTMLCanvasElement> create(Document&);
|
| - static PassRefPtr<HTMLCanvasElement> create(const QualifiedName&, Document&);
|
| virtual ~HTMLCanvasElement();
|
|
|
| void addObserver(CanvasObserver*);
|
| @@ -130,7 +129,7 @@ public:
|
| InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
|
|
| private:
|
| - HTMLCanvasElement(const QualifiedName&, Document&);
|
| + explicit HTMLCanvasElement(Document&);
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual RenderObject* createRenderer(RenderStyle*);
|
|
|