| Index: Source/bindings/tests/results/V8TestObj.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestObj.cpp b/Source/bindings/tests/results/V8TestObj.cpp
|
| index adb3676faf2e8400097df1fd3fff7ce2c2b75cee..0c043fc5bd8f74fb44943f9dc1a51197ef1f0d4c 100644
|
| --- a/Source/bindings/tests/results/V8TestObj.cpp
|
| +++ b/Source/bindings/tests/results/V8TestObj.cpp
|
| @@ -23,8 +23,6 @@
|
|
|
| #include "HTMLNames.h"
|
| #include "PageConsole.h"
|
| -#include "SVGPropertyTearOff.h"
|
| -#include "SVGStaticPropertyTearOff.h"
|
| #include "V8DOMStringList.h"
|
| #include "V8Document.h"
|
| #include "V8Float32Array.h"
|
| @@ -55,6 +53,8 @@
|
| #include "core/page/Frame.h"
|
| #include "core/page/RuntimeEnabledFeatures.h"
|
| #include "core/page/UseCounter.h"
|
| +#include "core/svg/properties/SVGPropertyTearOff.h"
|
| +#include "core/svg/properties/SVGStaticPropertyTearOff.h"
|
| #include <wtf/Float32Array.h>
|
| #include <wtf/GetPtr.h>
|
| #include <wtf/RefCounted.h>
|
|
|