| Index: third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp b/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
|
| index a06a9b7633b97a1fc47f20274bd87c323d4f99a0..7ef58f48053516a95dbaa8c54efc64d60733a9aa 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
|
| @@ -22,7 +22,6 @@
|
|
|
| #include "bindings/core/v8/ExceptionMessages.h"
|
| #include "bindings/core/v8/ExceptionState.h"
|
| -#include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| #include "core/CSSPropertyNames.h"
|
| #include "core/CSSValueKeywords.h"
|
| #include "core/SVGNames.h"
|
| @@ -32,6 +31,8 @@
|
| #include "core/frame/UseCounter.h"
|
| #include "core/layout/api/LineLayoutItem.h"
|
| #include "core/layout/svg/SVGTextQuery.h"
|
| +#include "core/svg/SVGPointTearOff.h"
|
| +#include "core/svg/SVGRectTearOff.h"
|
|
|
| namespace blink {
|
|
|
|
|