Index: third_party/WebKit/Source/platform/Length.cpp |
diff --git a/third_party/WebKit/Source/platform/Length.cpp b/third_party/WebKit/Source/platform/Length.cpp |
index 6f3f8f8ce154ad5d2231d2e56fc77c8a5878b289..8618b2479b4995f6e251a8dd095e31d648fa913c 100644 |
--- a/third_party/WebKit/Source/platform/Length.cpp |
+++ b/third_party/WebKit/Source/platform/Length.cpp |
@@ -112,7 +112,7 @@ PixelsAndPercent Length::GetPixelsAndPercent() const { |
case kCalculated: |
return GetCalculationValue().GetPixelsAndPercent(); |
default: |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
return PixelsAndPercent(0, 0); |
} |
} |