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

Unified Diff: third_party/WebKit/Source/core/dom/IntersectionObserver.cpp

Issue 2401523002: Replace ASSERT family with DCHECK and so on in core/dom/. (Closed)
Patch Set: Created 4 years, 2 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/dom/IconURL.cpp ('k') | third_party/WebKit/Source/core/dom/NameNodeList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/IntersectionObserver.cpp
diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserver.cpp b/third_party/WebKit/Source/core/dom/IntersectionObserver.cpp
index e0ce10e279328c551b3a2e01dd91bf9d1d6b062a..7509dcf7051d0c111c615918360c489eed7e098e 100644
--- a/third_party/WebKit/Source/core/dom/IntersectionObserver.cpp
+++ b/third_party/WebKit/Source/core/dom/IntersectionObserver.cpp
@@ -227,7 +227,7 @@ IntersectionObserver::IntersectionObserver(
m_leftMargin = rootMargin[3];
break;
default:
- ASSERT_NOT_REACHED();
+ NOTREACHED();
break;
}
root.document().ensureIntersectionObserverController().addTrackedObserver(
« no previous file with comments | « third_party/WebKit/Source/core/dom/IconURL.cpp ('k') | third_party/WebKit/Source/core/dom/NameNodeList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698