| Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp
|
| index 079454d631ee6b650840186877c45e3752be9732..047948087fd0da966275d2905ff87d85a956e29c 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp
|
| @@ -50,7 +50,7 @@
|
|
|
| namespace blink {
|
|
|
| -namespace InspectorInstrumentation {
|
| +namespace probe {
|
|
|
| AsyncTask::AsyncTask(ExecutionContext* context, void* task)
|
| : AsyncTask(context, task, true) {}
|
|
|