| Index: Source/core/svg/SVGDocument.h
|
| diff --git a/Source/core/svg/SVGDocument.h b/Source/core/svg/SVGDocument.h
|
| index fd9a4f239708cc7fbe5016a896f93650c01a38b8..e3d4041d3385de7dfb78310777f27a4a34e42223 100644
|
| --- a/Source/core/svg/SVGDocument.h
|
| +++ b/Source/core/svg/SVGDocument.h
|
| @@ -21,14 +21,14 @@
|
| #ifndef SVGDocument_h
|
| #define SVGDocument_h
|
|
|
| -#include "core/dom/Document.h"
|
| +#include "core/dom/XMLDocument.h"
|
| #include "platform/geometry/FloatPoint.h"
|
|
|
| namespace WebCore {
|
|
|
| class SVGSVGElement;
|
|
|
| -class SVGDocument FINAL : public Document {
|
| +class SVGDocument FINAL : public XMLDocument {
|
| public:
|
| static PassRefPtr<SVGDocument> create(const DocumentInit& initializer = DocumentInit())
|
| {
|
|
|