| Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| index e1e46b64b6caf44e62030d3fcc735ee9dbb35699..c748bb723517b56328be40116946c63b3ef0921b 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| @@ -98,7 +98,7 @@ bool SVGImage::currentFrameHasSingleSecurityOrigin() const {
|
|
|
| LocalFrame* frame = toLocalFrame(m_page->mainFrame());
|
|
|
| - RELEASE_ASSERT(frame->document()->loadEventFinished());
|
| + CHECK(frame->document()->loadEventFinished());
|
|
|
| SVGSVGElement* rootElement =
|
| frame->document()->accessSVGExtensions().rootElement();
|
|
|