| Index: Source/core/html/HTMLFrameSetElement.h
|
| diff --git a/Source/core/html/HTMLFrameSetElement.h b/Source/core/html/HTMLFrameSetElement.h
|
| index 3aa3745f49f766a0f397201cd581df85853159ac..4de849a9a2cf41682e768897f50f32964b37e4a7 100644
|
| --- a/Source/core/html/HTMLFrameSetElement.h
|
| +++ b/Source/core/html/HTMLFrameSetElement.h
|
| @@ -31,7 +31,7 @@ namespace WebCore {
|
|
|
| class HTMLFrameSetElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtr<HTMLFrameSetElement> create(const QualifiedName&, Document*);
|
| + static PassRefPtr<HTMLFrameSetElement> create(const QualifiedName&, Document&);
|
|
|
| bool hasFrameBorder() const { return m_frameborder; }
|
| bool noResize() const { return m_noresize; }
|
| @@ -67,7 +67,7 @@ public:
|
| #endif
|
|
|
| private:
|
| - HTMLFrameSetElement(const QualifiedName&, Document*);
|
| + HTMLFrameSetElement(const QualifiedName&, Document&);
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
|
|
|