Index: third_party/WebKit/Source/platform/fonts/FontDescription.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/FontDescription.cpp b/third_party/WebKit/Source/platform/fonts/FontDescription.cpp |
index 8ac4079d571df9ee2dcf77dfff662d4ecddecda8..d2208ae6d74bf80916a4d8f156f57ae35f3417ff 100644 |
--- a/third_party/WebKit/Source/platform/fonts/FontDescription.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/FontDescription.cpp |
@@ -126,7 +126,7 @@ FontWeight FontDescription::lighterWeight(FontWeight weight) { |
case FontWeight900: |
return FontWeight700; |
} |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
return FontWeightNormal; |
} |
@@ -147,7 +147,7 @@ FontWeight FontDescription::bolderWeight(FontWeight weight) { |
case FontWeight900: |
return FontWeight900; |
} |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
return FontWeightNormal; |
} |