| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index cf7374eff35b32bbe80644aaffca7e658f8cb7d4..d77afe5d04efd0756aeaf159f6af75a86be82a4f 100644
|
| --- a/Source/core/svg/SVGElement.h
|
| +++ b/Source/core/svg/SVGElement.h
|
| @@ -198,8 +198,6 @@ private:
|
|
|
| void buildPendingResourcesIfNeeded();
|
|
|
| - virtual bool isSupported(StringImpl* feature, StringImpl* version) const;
|
| -
|
| void mapInstanceToElement(SVGElementInstance*);
|
| void removeInstanceMapping(SVGElementInstance*);
|
|
|
|
|