| Index: Source/core/svg/SVGDocument.h
|
| diff --git a/Source/core/svg/SVGDocument.h b/Source/core/svg/SVGDocument.h
|
| index ccb320628bf8502b591854736f08a78111fb5722..f3512090a0c47509d3a2db00355bd167f31e3582 100644
|
| --- a/Source/core/svg/SVGDocument.h
|
| +++ b/Source/core/svg/SVGDocument.h
|
| @@ -51,8 +51,6 @@ public:
|
| private:
|
| SVGDocument(Frame*, const KURL&);
|
|
|
| - virtual bool isSVGDocument() const { return true; }
|
| -
|
| virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const;
|
|
|
| FloatPoint m_translate;
|
|
|