| Index: Source/core/html/HTMLFrameElementBase.cpp
|
| diff --git a/Source/core/html/HTMLFrameElementBase.cpp b/Source/core/html/HTMLFrameElementBase.cpp
|
| index a91f6a8a00da3e866bd5021fced31865df7397a7..ffe15f84921b709e5c095eb7237d99e82228a22c 100644
|
| --- a/Source/core/html/HTMLFrameElementBase.cpp
|
| +++ b/Source/core/html/HTMLFrameElementBase.cpp
|
| @@ -42,7 +42,7 @@ namespace WebCore {
|
|
|
| using namespace HTMLNames;
|
|
|
| -HTMLFrameElementBase::HTMLFrameElementBase(const QualifiedName& tagName, Document* document)
|
| +HTMLFrameElementBase::HTMLFrameElementBase(const QualifiedName& tagName, Document& document)
|
| : HTMLFrameOwnerElement(tagName, document)
|
| , m_scrolling(ScrollbarAuto)
|
| , m_marginWidth(-1)
|
|
|