| Index: third_party/WebKit/Source/core/workers/Worklet.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/Worklet.cpp b/third_party/WebKit/Source/core/workers/Worklet.cpp
|
| index 58e7d04d7892663c436b6c4297210e4c0dfd5ef0..a5f9e2a9956dbb53af533920a85f9558f047f120 100644
|
| --- a/third_party/WebKit/Source/core/workers/Worklet.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/Worklet.cpp
|
| @@ -11,7 +11,7 @@
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/workers/WorkletGlobalScopeProxy.h"
|
| -#include "wtf/WTF.h"
|
| +#include "platform/wtf/WTF.h"
|
|
|
| namespace blink {
|
|
|
|
|