| Index: Source/bindings/tests/results/V8TestInterface.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterface.cpp b/Source/bindings/tests/results/V8TestInterface.cpp
|
| index e349fd6cc451346c656ded117494a66a80559021..39bdce1772425a7acfa26d34975e33cbfeb8374c 100644
|
| --- a/Source/bindings/tests/results/V8TestInterface.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterface.cpp
|
| @@ -8,7 +8,6 @@
|
| #if ENABLE(CONDITION)
|
| #include "V8TestInterface.h"
|
|
|
| -#include "RuntimeEnabledFeatures.h"
|
| #include "bindings/tests/idls/TestImplements2.h"
|
| #include "bindings/tests/idls/TestImplements3Implementation.h"
|
| #include "bindings/tests/idls/TestPartialInterface.h"
|
| @@ -25,6 +24,7 @@
|
| #include "bindings/v8/V8ObjectConstructor.h"
|
| #include "core/dom/ContextFeatures.h"
|
| #include "core/dom/Document.h"
|
| +#include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/TraceEvent.h"
|
| #include "wtf/GetPtr.h"
|
| #include "wtf/RefPtr.h"
|
|
|