| Index: Source/core/html/HTMLStyleElement.h
|
| diff --git a/Source/core/html/HTMLStyleElement.h b/Source/core/html/HTMLStyleElement.h
|
| index 48a09376737bcf909085999a01bed190cac3326e..3ab95c6c0ee15984c75eb5755848247f4556e9b4 100644
|
| --- a/Source/core/html/HTMLStyleElement.h
|
| +++ b/Source/core/html/HTMLStyleElement.h
|
| @@ -36,7 +36,7 @@ typedef EventSender<HTMLStyleElement> StyleEventSender;
|
|
|
| class HTMLStyleElement FINAL : public HTMLElement, private StyleElement {
|
| public:
|
| - static PassRefPtr<HTMLStyleElement> create(const QualifiedName&, Document&, bool createdByParser);
|
| + static PassRefPtr<HTMLStyleElement> create(Document&, bool createdByParser);
|
| virtual ~HTMLStyleElement();
|
|
|
| void setType(const AtomicString&);
|
| @@ -67,7 +67,7 @@ public:
|
| static void dispatchPendingLoadEvents();
|
|
|
| private:
|
| - HTMLStyleElement(const QualifiedName&, Document&, bool createdByParser);
|
| + HTMLStyleElement(Document&, bool createdByParser);
|
|
|
| // overload from HTMLElement
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|