| Index: third_party/WebKit/Source/bindings/core/v8/V8StringResource.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8StringResource.h b/third_party/WebKit/Source/bindings/core/v8/V8StringResource.h
|
| index 7b453d97ff952f7f5cadb6ef66f99b26f40bf3cd..c9677e65edbe8cc25bf8a32701a973544bcbd83a 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8StringResource.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8StringResource.h
|
| @@ -28,10 +28,10 @@
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "core/CoreExport.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Threading.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| #include "v8/include/v8.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Threading.h"
|
| -#include "wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|