Index: third_party/WebKit/Source/core/frame/VisualViewport.h |
diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.h b/third_party/WebKit/Source/core/frame/VisualViewport.h |
index e633fa2d25dbc353b252d13fad3404a474f0b614..bf82d7db164455a33336e6af1241d8f4f45ec3e6 100644 |
--- a/third_party/WebKit/Source/core/frame/VisualViewport.h |
+++ b/third_party/WebKit/Source/core/frame/VisualViewport.h |
@@ -246,7 +246,7 @@ class CORE_EXPORT VisualViewport final |
// GraphicsLayerClient implementation. |
bool NeedsRepaint(const GraphicsLayer&) const { |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
return true; |
} |
IntRect ComputeInterestRect(const GraphicsLayer*, const IntRect&) const; |