| Index: third_party/WebKit/Source/bindings/core/v8/ScriptString.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptString.h b/third_party/WebKit/Source/bindings/core/v8/ScriptString.h
|
| index f487288e3681a761573d9e17e9b5cace0a326a77..a5c7f8fd907ec4971de74d05ff39de8d0066af1e 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptString.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptString.h
|
| @@ -32,10 +32,10 @@
|
| #define ScriptString_h
|
|
|
| #include "bindings/core/v8/SharedPersistent.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "v8/include/v8.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|