Index: third_party/WebKit/Source/core/paint/InlineTextBoxPainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/InlineTextBoxPainter.cpp b/third_party/WebKit/Source/core/paint/InlineTextBoxPainter.cpp |
index e6e2a3a463ba88be260be1d7924114398eeb4b53..4b6758b652afb09d329f60794ed9155051a1dcb7 100644 |
--- a/third_party/WebKit/Source/core/paint/InlineTextBoxPainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/InlineTextBoxPainter.cpp |
@@ -1088,7 +1088,7 @@ void InlineTextBoxPainter::PaintDocumentMarkers( |
PaintCompositionUnderline(paint_info.context, box_origin, underline); |
} break; |
default: |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
} |
} |
} |