| Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| index c23f4520eb11636adae1510679b259d0010e56c3..44979ed086f46addb8b7d01e26cd873b98e29279 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -77,7 +77,7 @@ public:
|
|
|
| void updateUseCounters(Document&) const;
|
|
|
| - DisplayItemClient displayItemClient() const { return toDisplayItemClient(this); }
|
| + DisplayItemClient displayItemClient() const { return DisplayItemClient(this); }
|
| String debugName() const { return "SVGImage"; }
|
|
|
| private:
|
|
|