| Index: third_party/WebKit/Source/bindings/core/v8/V8ThrowException.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8ThrowException.h b/third_party/WebKit/Source/bindings/core/v8/V8ThrowException.h
|
| index f86c19303cf48642137e94287e75bae4c5e5af0b..d07bb76e410c52033403992ad23ce9e3536c07d4 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8ThrowException.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8ThrowException.h
|
| @@ -27,9 +27,9 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/dom/ExceptionCode.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "v8/include/v8.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|