| Index: Source/core/layout/svg/LayoutSVGResourcePaintServer.cpp
|
| diff --git a/Source/core/layout/svg/LayoutSVGResourcePaintServer.cpp b/Source/core/layout/svg/LayoutSVGResourcePaintServer.cpp
|
| index e56ddbdae80cb9d246596e5eaf56f650930930ad..884cb3223d7853cc795eb6a5142a25e413009cef 100644
|
| --- a/Source/core/layout/svg/LayoutSVGResourcePaintServer.cpp
|
| +++ b/Source/core/layout/svg/LayoutSVGResourcePaintServer.cpp
|
| @@ -119,7 +119,7 @@ static SVGPaintDescription requestPaint(const LayoutObject& object, const Comput
|
| return SVGPaintDescription(color);
|
| }
|
|
|
| - LayoutSVGResourcePaintServer* uriResource = 0;
|
| + LayoutSVGResourcePaintServer* uriResource = nullptr;
|
| if (SVGResources* resources = SVGResourcesCache::cachedResourcesForLayoutObject(&object))
|
| uriResource = applyToFill ? resources->fill() : resources->stroke();
|
|
|
|
|