| Index: third_party/WebKit/Source/core/testing/Internals.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| index 3b798ec93b6e4f0519db810ffddef6c3e5ec2560..42c838edb8049b7fd34c2171ca5f88c9dbdf995d 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| @@ -26,6 +26,9 @@
|
|
|
| #include "core/testing/Internals.h"
|
|
|
| +#include <v8.h>
|
| +#include <deque>
|
| +#include <memory>
|
| #include "bindings/core/v8/ExceptionMessages.h"
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ScriptFunction.h"
|
| @@ -151,9 +154,6 @@
|
| #include "wtf/PtrUtil.h"
|
| #include "wtf/dtoa.h"
|
| #include "wtf/text/StringBuffer.h"
|
| -#include <deque>
|
| -#include <memory>
|
| -#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|