| Index: third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| index bca1b587e13fba7cf00c95b1a7731e2fa35a9634..9f06323874621e719965752dbc3a6b8134f8031e 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| @@ -42,8 +42,10 @@
|
| #include "core/page/FrameTree.h"
|
| #include "core/svg/SVGAngleTearOff.h"
|
| #include "core/svg/SVGDocumentExtensions.h"
|
| +#include "core/svg/SVGLengthTearOff.h"
|
| #include "core/svg/SVGMatrixTearOff.h"
|
| #include "core/svg/SVGNumberTearOff.h"
|
| +#include "core/svg/SVGPointTearOff.h"
|
| #include "core/svg/SVGPreserveAspectRatio.h"
|
| #include "core/svg/SVGRectTearOff.h"
|
| #include "core/svg/SVGTransform.h"
|
|
|