| Index: Source/core/html/HTMLFrameElementBase.h
|
| diff --git a/Source/core/html/HTMLFrameElementBase.h b/Source/core/html/HTMLFrameElementBase.h
|
| index 3bfcb338797fa2528daa9dc878f85bdab28afcb1..f4d62fc804bdddc614d462da6cfd9662fdb4aabc 100644
|
| --- a/Source/core/html/HTMLFrameElementBase.h
|
| +++ b/Source/core/html/HTMLFrameElementBase.h
|
| @@ -45,7 +45,7 @@ public:
|
| virtual bool canContainRangeEndPoint() const { return false; }
|
|
|
| protected:
|
| - HTMLFrameElementBase(const QualifiedName&, Document*);
|
| + HTMLFrameElementBase(const QualifiedName&, Document&);
|
|
|
| bool isURLAllowed() const;
|
|
|
|
|