Index: Source/core/rendering/style/BasicShapes.cpp |
diff --git a/Source/core/rendering/style/BasicShapes.cpp b/Source/core/rendering/style/BasicShapes.cpp |
index 8b9cbc56e849a61adab5673bb7fe47d9e186addc..157d462591a1f3ce8b95adf7700b84ba9ff21459 100644 |
--- a/Source/core/rendering/style/BasicShapes.cpp |
+++ b/Source/core/rendering/style/BasicShapes.cpp |
@@ -405,7 +405,7 @@ PassRefPtr<BasicShape> BasicShapeInset::blend(const BasicShape* other, double) c |
{ |
ASSERT(type() == other->type()); |
// FIXME: Implement blend for BasicShapeInset. |
- return 0; |
+ return nullptr; |
} |
bool BasicShapeInset::operator==(const BasicShape& o) const |