Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/core/v8/V8IdleTaskRunner.h |
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8IdleTaskRunner.h b/third_party/WebKit/Source/bindings/core/v8/V8IdleTaskRunner.h |
| index 7bc17a5575333ec6a78313b317f018560023fd49..d4718d4cd977900e83da50a7c8c99bb21b0c5650 100644 |
| --- a/third_party/WebKit/Source/bindings/core/v8/V8IdleTaskRunner.h |
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8IdleTaskRunner.h |
| @@ -32,6 +32,7 @@ |
| #include "public/platform/Platform.h" |
| #include "public/platform/WebScheduler.h" |
| #include "public/platform/WebThread.h" |
| +#include "public/platform/WebTraceLocation.h" |
|
kinuko
2016/04/04 16:18:16
Do we need this change here?
yhirano
2016/04/06 01:51:40
BLINK_FROM_HERE is used in this file. As this file
|
| #include "wtf/OwnPtr.h" |
| namespace blink { |