Index: Source/core/css/StylePropertySet.cpp |
diff --git a/Source/core/css/StylePropertySet.cpp b/Source/core/css/StylePropertySet.cpp |
index 4fe34208da654a315a101c4d9e6deda1b39ba74c..9ce1c282f8d01c821e9f4127058ca88a80864b1d 100644 |
--- a/Source/core/css/StylePropertySet.cpp |
+++ b/Source/core/css/StylePropertySet.cpp |
@@ -135,7 +135,7 @@ PassRefPtrWillBeRawPtr<CSSValue> StylePropertySet::getPropertyCSSValue(CSSProper |
{ |
int foundPropertyIndex = findPropertyIndex(propertyID); |
if (foundPropertyIndex == -1) |
- return 0; |
+ return nullptr; |
return propertyAt(foundPropertyIndex).value(); |
} |