| Index: Source/core/html/HTMLAppletElement.h
|
| diff --git a/Source/core/html/HTMLAppletElement.h b/Source/core/html/HTMLAppletElement.h
|
| index 892c854f8f288d6d7f0116963e4dc11238fa0430..6b462f2037de960f8efbceb83da8aff5e6c2a5fa 100644
|
| --- a/Source/core/html/HTMLAppletElement.h
|
| +++ b/Source/core/html/HTMLAppletElement.h
|
| @@ -29,13 +29,13 @@ namespace WebCore {
|
|
|
| class HTMLAppletElement FINAL : public HTMLPlugInImageElement {
|
| public:
|
| - static PassRefPtr<HTMLAppletElement> create(const QualifiedName&, Document*, bool createdByParser);
|
| + static PassRefPtr<HTMLAppletElement> create(const QualifiedName&, Document&, bool createdByParser);
|
|
|
| protected:
|
| virtual RenderWidget* renderWidgetForJSBindings() const OVERRIDE;
|
|
|
| private:
|
| - HTMLAppletElement(const QualifiedName&, Document*, bool createdByParser);
|
| + HTMLAppletElement(const QualifiedName&, Document&, bool createdByParser);
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|
|
|