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

Unified Diff: third_party/WebKit/Source/core/page/scrolling/ScrollStateCallback.cpp

Issue 2844223006: Replace ASSERT_NOT_REACHED with NOTREACHED in core/page (Closed)
Patch Set: Created 3 years, 8 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/page/TouchAdjustment.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/page/scrolling/ScrollStateCallback.cpp
diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollStateCallback.cpp b/third_party/WebKit/Source/core/page/scrolling/ScrollStateCallback.cpp
index 79a995dfa6601b4815f5e92870350f7a457aa802..f08ce9072588d805174fc427e9fb03af91a5b305 100644
--- a/third_party/WebKit/Source/core/page/scrolling/ScrollStateCallback.cpp
+++ b/third_party/WebKit/Source/core/page/scrolling/ScrollStateCallback.cpp
@@ -21,7 +21,7 @@ WebNativeScrollBehavior ScrollStateCallback::ToNativeScrollBehavior(
if (native_scroll_behavior == kAfter)
return WebNativeScrollBehavior::kPerformAfterNativeScroll;
- ASSERT_NOT_REACHED();
+ NOTREACHED();
return WebNativeScrollBehavior::kDisableNativeScroll;
}
« no previous file with comments | « third_party/WebKit/Source/core/page/TouchAdjustment.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698