| Index: Source/core/svg/SVGDocument.cpp
|
| diff --git a/Source/core/svg/SVGDocument.cpp b/Source/core/svg/SVGDocument.cpp
|
| index 17e522b461143d47b3f7ad7d97f8ce9c8033b2c0..06dd368179c2cb08ba518b7a7bf4e397c5893694 100644
|
| --- a/Source/core/svg/SVGDocument.cpp
|
| +++ b/Source/core/svg/SVGDocument.cpp
|
| @@ -35,8 +35,8 @@
|
|
|
| namespace WebCore {
|
|
|
| -SVGDocument::SVGDocument(Frame* frame, const KURL& url)
|
| - : Document(frame, url, SVGDocumentClass)
|
| +SVGDocument::SVGDocument(const DocumentInit& initializer)
|
| + : Document(initializer, SVGDocumentClass)
|
| {
|
| ScriptWrappable::init(this);
|
| }
|
|
|