Index: Source/core/svg/graphics/SVGImage.cpp |
diff --git a/Source/core/svg/graphics/SVGImage.cpp b/Source/core/svg/graphics/SVGImage.cpp |
index beb4e0faacc625165695bec147c99fa4e0625cad..d81448a682b5caa19cbacaeb0f367434f7c033a5 100644 |
--- a/Source/core/svg/graphics/SVGImage.cpp |
+++ b/Source/core/svg/graphics/SVGImage.cpp |
@@ -408,7 +408,7 @@ bool SVGImage::dataChanged(bool allDataReceived) |
page->settings().setAcceleratedCompositingEnabled(false); |
} |
- RefPtr<LocalFrame> frame; |
+ RefPtrWillBeRawPtr<LocalFrame> frame = nullptr; |
{ |
TRACE_EVENT0("blink", "SVGImage::dataChanged::createFrame"); |
frame = LocalFrame::create(dummyFrameLoaderClient, &page->frameHost(), 0); |