| Index: Source/bindings/tests/results/V8Float64Array.cpp
|
| diff --git a/Source/bindings/tests/results/V8Float64Array.cpp b/Source/bindings/tests/results/V8Float64Array.cpp
|
| index 724eea8a8c8a83231ceb916f71c018b9f289e792..62c88e797e7b7215aa8501c70b26e8bb5f0cdf1c 100644
|
| --- a/Source/bindings/tests/results/V8Float64Array.cpp
|
| +++ b/Source/bindings/tests/results/V8Float64Array.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
|
| @@ -21,8 +21,10 @@
|
| #include "config.h"
|
| #include "V8Float64Array.h"
|
|
|
| +#include "RuntimeEnabledFeatures.h"
|
| #include "V8ArrayBufferView.h"
|
| #include "V8Float32Array.h"
|
| +#include "V8Float64Array.h"
|
| #include "V8Int32Array.h"
|
| #include "bindings/v8/BindingState.h"
|
| #include "bindings/v8/ScriptController.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/Float32Array.h>
|
| #include <wtf/Float64Array.h>
|
| #include <wtf/GetPtr.h>
|
|
|