Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h |
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h b/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h |
| index 2566da7cfc1d019640f96116011baa5cc0d61411..79fa48d73480b33fbbf3fe21253ae9a11cfc3c68 100644 |
| --- a/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h |
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h |
| @@ -34,6 +34,7 @@ |
| #include "core/inspector/ScriptDebuggerBase.h" |
| #include "gin/public/isolate_holder.h" |
| #include "gin/public/v8_idle_task_runner.h" |
| +#include "platform/text/CompressibleString.h" |
|
hajimehoshi
2015/11/26 10:56:19
nit
|
| #include "wtf/HashMap.h" |
| #include "wtf/Noncopyable.h" |
| #include "wtf/OwnPtr.h" |