| Index: Source/core/rendering/style/ShadowList.cpp
|
| diff --git a/Source/core/rendering/style/ShadowList.cpp b/Source/core/rendering/style/ShadowList.cpp
|
| index 8874d2494cb59967186a978da22e4ca0c560729c..b0f414a11625e102bff25bcee79eadca554c845c 100644
|
| --- a/Source/core/rendering/style/ShadowList.cpp
|
| +++ b/Source/core/rendering/style/ShadowList.cpp
|
| @@ -76,7 +76,7 @@ PassRefPtr<ShadowList> ShadowList::blend(const ShadowList* from, const ShadowLis
|
| size_t fromLength = from ? from->shadows().size() : 0;
|
| size_t toLength = to ? to->shadows().size() : 0;
|
| if (!fromLength && !toLength)
|
| - return 0;
|
| + return nullptr;
|
|
|
| ShadowDataVector shadows;
|
|
|
|
|