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