Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(643)

Unified Diff: third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp

Issue 2736773004: Replace RELEASE_ASSERT with CHECK in core/svg/ (Closed)
Patch Set: Rebase on top of latest from master Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698