Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp |
index aa62500ffae930f7266d72078e0cbd545a17c444..b5a33f2b1f62482662a631a6c1c159e6126ac3cc 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp |
@@ -47,7 +47,7 @@ LayoutSVGImage::LayoutSVGImage(SVGImageElement* impl) |
, m_needsTransformUpdate(true) |
, m_imageResource(LayoutImageResource::create()) |
{ |
- m_imageResource->initialize(this); |
+ m_imageResource->initialize(this, nullptr); |
} |
LayoutSVGImage::~LayoutSVGImage() |