| Index: Source/WebCore/svg/SVGDocument.cpp
|
| diff --git a/Source/WebCore/svg/SVGDocument.cpp b/Source/WebCore/svg/SVGDocument.cpp
|
| index 25a4a91a868223f568b3fb90c6905d86f7e78ce0..68a81b8284c62df6af9c10d518f58a56d404ccb3 100644
|
| --- a/Source/WebCore/svg/SVGDocument.cpp
|
| +++ b/Source/WebCore/svg/SVGDocument.cpp
|
| @@ -39,6 +39,7 @@ namespace WebCore {
|
| SVGDocument::SVGDocument(Frame* frame, const KURL& url)
|
| : Document(frame, url, false, false)
|
| {
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| SVGSVGElement* SVGDocument::rootElement() const
|
|
|