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

Unified Diff: third_party/WebKit/Source/core/input/EventHandler.cpp

Issue 2846283002: Replace ASSERT_NOT_REACHED with NOTREACHED in the rest of core/ (Closed)
Patch Set: rebase 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
Index: third_party/WebKit/Source/core/input/EventHandler.cpp
diff --git a/third_party/WebKit/Source/core/input/EventHandler.cpp b/third_party/WebKit/Source/core/input/EventHandler.cpp
index 4d9a51e3d187a58cd9a29d0efda877d69db56af0..af01d1b1e7cace11e5e813bcb4daa59e2c4ac3ca 100644
--- a/third_party/WebKit/Source/core/input/EventHandler.cpp
+++ b/third_party/WebKit/Source/core/input/EventHandler.cpp
@@ -1755,7 +1755,7 @@ void EventHandler::ApplyTouchAdjustment(WebGestureEvent* gesture_event,
*hit_test_result, adjusted_point, adjusted_node);
break;
default:
- ASSERT_NOT_REACHED();
+ NOTREACHED();
}
// Update the hit-test result to be a point-based result instead of a

Powered by Google App Engine
This is Rietveld 408576698