Chromium Code Reviews| Index: Source/core/svg/SVGDocument.cpp |
| diff --git a/Source/core/svg/SVGDocument.cpp b/Source/core/svg/SVGDocument.cpp |
| index 3126d8a86f48944c22e250f79a9288c5ae2f2aaf..c9f91e2d403a42ef2978f11df6144f68969407c2 100644 |
| --- a/Source/core/svg/SVGDocument.cpp |
| +++ b/Source/core/svg/SVGDocument.cpp |
| @@ -37,7 +37,7 @@ |
| namespace WebCore { |
| SVGDocument::SVGDocument(Frame* frame, const KURL& url) |
| - : Document(frame, url, false, false) |
| + : Document(frame, url, SVGDocumentClass) |
| { |
| ScriptWrappable::init(this); |
| } |