| Index: third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h b/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h
|
| index 5ea0e97b6673d05c9812457bbaa6405e3ede746b..e837a85cfd4136647e80c38673a1c530deccd915 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h
|
| @@ -61,7 +61,6 @@ public:
|
| void pauseAnimations();
|
| void dispatchSVGLoadEventToOutermostSVGElements();
|
|
|
| - void reportWarning(const String&);
|
| void reportError(const String&);
|
|
|
| SVGResourcesCache& resourcesCache() { return m_resourcesCache; }
|
|
|