| Index: Source/bindings/tests/results/V8TestInterface.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterface.cpp b/Source/bindings/tests/results/V8TestInterface.cpp
|
| index 063096c7da2a4ee1c25168bad84f05d2e5d7c963..c46cfd3c18d44268067d2617e14d9484e0d1e4b8 100644
|
| --- a/Source/bindings/tests/results/V8TestInterface.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterface.cpp
|
| @@ -1,6 +1,6 @@
|
| /*
|
| - This file is part of the WebKit open source project.
|
| - This file has been generated by generate-bindings.pl. DO NOT MODIFY!
|
| + This file is part of the Blink open source project.
|
| + This file has been auto-generated by CodeGeneratorV8.pm. DO NOT MODIFY!
|
|
|
| This library is free software; you can redistribute it and/or
|
| modify it under the terms of the GNU Library General Public
|
| @@ -22,7 +22,9 @@
|
| #if ENABLE(Condition1) || ENABLE(Condition2)
|
| #include "V8TestInterface.h"
|
|
|
| +#include "RuntimeEnabledFeatures.h"
|
| #include "V8Node.h"
|
| +#include "V8TestInterface.h"
|
| #include "V8TestObj.h"
|
| #include "bindings/bindings/tests/idls/TestPartialInterface.h"
|
| #include "bindings/v8/BindingState.h"
|
| @@ -32,7 +34,6 @@
|
| #include "core/dom/ContextFeatures.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/page/Frame.h"
|
| -#include "RuntimeEnabledFeatures.h"
|
| #include <wtf/GetPtr.h>
|
| #include <wtf/RefCounted.h>
|
| #include <wtf/RefPtr.h>
|
|
|