| Index: third_party/WebKit/Source/bindings/core/v8/V8ValueCache.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8ValueCache.h b/third_party/WebKit/Source/bindings/core/v8/V8ValueCache.h
|
| index 6a0fc91780316f0d684c36af0e826156c8008abe..2be5360320cf32ca1c650cab647c5784f51eecfb 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8ValueCache.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8ValueCache.h
|
| @@ -26,6 +26,7 @@
|
| #ifndef V8ValueCache_h
|
| #define V8ValueCache_h
|
|
|
| +#include <v8.h>
|
| #include "bindings/core/v8/V8GlobalValueMap.h"
|
| #include "core/CoreExport.h"
|
| #include "wtf/Allocator.h"
|
| @@ -34,7 +35,6 @@
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/text/AtomicString.h"
|
| #include "wtf/text/WTFString.h"
|
| -#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|