| Index: third_party/WebKit/Source/bindings/core/v8/WorkerOrWorkletScriptController.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/WorkerOrWorkletScriptController.h b/third_party/WebKit/Source/bindings/core/v8/WorkerOrWorkletScriptController.h
|
| index e95f9136fde3f13bfc766e502fe2caa3b56c5d85..563b4ac3d0e358412511c30d263aab63f307aa80 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WorkerOrWorkletScriptController.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WorkerOrWorkletScriptController.h
|
| @@ -36,9 +36,9 @@
|
| #include "bindings/core/v8/V8Binding.h"
|
| #include "bindings/core/v8/V8CacheOptions.h"
|
| #include "core/CoreExport.h"
|
| -#include "v8/include/v8.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/text/TextPosition.h"
|
| +#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|