| Index: third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGUseElement.h b/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| index 68144f844fb9798c0caa3e07afa49f7336c7dd78..ff14e9f42203d02f3824f731a00670fb3c9c21c5 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| @@ -102,6 +102,7 @@ private:
|
| Document* externalDocument() const;
|
| bool instanceTreeIsLoading(const SVGElement*);
|
| void notifyFinished(Resource*) override;
|
| + String debugName() const override { return "SVGUseElement"; }
|
| TreeScope* referencedScope() const;
|
| void setDocumentResource(ResourcePtr<DocumentResource>);
|
|
|
|
|