| Index: Source/core/html/HTMLMarqueeElement.h
|
| diff --git a/Source/core/html/HTMLMarqueeElement.h b/Source/core/html/HTMLMarqueeElement.h
|
| index 284e3c9d01f18a30652a0ea7b2725ca4b82860ce..0a585958e7fe35fd0c9b22eb9af63283717cf020 100644
|
| --- a/Source/core/html/HTMLMarqueeElement.h
|
| +++ b/Source/core/html/HTMLMarqueeElement.h
|
| @@ -33,7 +33,7 @@ class RenderMarquee;
|
|
|
| class HTMLMarqueeElement FINAL : public HTMLElement, private ActiveDOMObject {
|
| public:
|
| - static PassRefPtr<HTMLMarqueeElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<HTMLMarqueeElement> create(Document&);
|
|
|
| int minimumDelay() const;
|
|
|
| @@ -52,7 +52,7 @@ public:
|
| void setLoop(int, ExceptionState&);
|
|
|
| private:
|
| - HTMLMarqueeElement(const QualifiedName&, Document&);
|
| + explicit HTMLMarqueeElement(Document&);
|
|
|
| virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
|
| virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|
|
|