| Index: third_party/WebKit/Source/core/inspector/InspectorTaskRunner.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTaskRunner.h b/third_party/WebKit/Source/core/inspector/InspectorTaskRunner.h
|
| index 39eab97bafc002445cd85e9d469292f6c21df15e..4802caf4642160dc6dcda9f37a7559b31b253636 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTaskRunner.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTaskRunner.h
|
| @@ -25,7 +25,7 @@ public:
|
| InspectorTaskRunner();
|
| ~InspectorTaskRunner();
|
|
|
| - using Task = WTF::Closure;
|
| + using Task = WTF::CrossThreadClosure;
|
| void appendTask(PassOwnPtr<Task>);
|
|
|
| enum WaitMode { WaitForTask, DontWaitForTask };
|
|
|