| Index: sky/engine/bindings/core/v8/V8PersistentValueMap.h
|
| diff --git a/sky/engine/bindings/core/v8/V8PersistentValueMap.h b/sky/engine/bindings/core/v8/V8PersistentValueMap.h
|
| index 9cc49d9ba01b6445b5fdc853427009d55ee2c737..92df1480df6bf8cb3528e5728eebf490ad0de157 100644
|
| --- a/sky/engine/bindings/core/v8/V8PersistentValueMap.h
|
| +++ b/sky/engine/bindings/core/v8/V8PersistentValueMap.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef V8PersistentValueMap_h
|
| #define V8PersistentValueMap_h
|
|
|
| +#include "sky/engine/wtf/HashMap.h"
|
| +#include "sky/engine/wtf/text/StringHash.h"
|
| #include "v8/include/v8-util.h"
|
| #include "v8/include/v8.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/text/StringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|