Index: Source/core/html/HTMLMarqueeElement.h |
diff --git a/Source/core/html/HTMLMarqueeElement.h b/Source/core/html/HTMLMarqueeElement.h |
index c1bc4b8bb5bc5f4e58a6127ac677512e4c1d48c2..cfc4fb2c48e7f6b5f2d8052f3c282ce80d9d4e21 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(const QualifiedName&, Document&); |
int minimumDelay() const; |
@@ -52,7 +52,7 @@ public: |
void setLoop(int, ExceptionState&); |
private: |
- HTMLMarqueeElement(const QualifiedName&, Document*); |
+ HTMLMarqueeElement(const QualifiedName&, Document&); |
virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; |