Index: third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h b/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h |
index 136abca4c5f5bea5a86eff8d8a199e8874f33c29..95115541dbad7ba44b40cc469086455b94da6d78 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h |
+++ b/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h |
@@ -31,7 +31,6 @@ |
#ifndef SVGMatrixTearOff_h |
#define SVGMatrixTearOff_h |
-#include "bindings/core/v8/ExceptionState.h" |
#include "bindings/core/v8/ScriptWrappable.h" |
#include "core/CoreExport.h" |
#include "platform/heap/Handle.h" |
@@ -39,6 +38,7 @@ |
namespace blink { |
+class ExceptionState; |
class SVGTransformTearOff; |
// SVGMatrixTearOff wraps a AffineTransform for Javascript. |