| Index: Source/core/loader/SinkDocument.cpp
|
| diff --git a/Source/core/loader/SinkDocument.cpp b/Source/core/loader/SinkDocument.cpp
|
| index a4464abe1ad5224fff9683f47371ebdf683af721..307990ce1010b6b30d433af2a19ebb5d028a40cc 100644
|
| --- a/Source/core/loader/SinkDocument.cpp
|
| +++ b/Source/core/loader/SinkDocument.cpp
|
| @@ -47,8 +47,8 @@ private:
|
| virtual size_t appendBytes(const char*, size_t) OVERRIDE { return 0; }
|
| };
|
|
|
| -SinkDocument::SinkDocument(Frame* frame, const KURL& url)
|
| - : HTMLDocument(frame, url)
|
| +SinkDocument::SinkDocument(const DocumentInit& initializer)
|
| + : HTMLDocument(initializer)
|
| {
|
| setCompatibilityMode(QuirksMode);
|
| lockCompatibilityMode();
|
|
|