| Index: third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
|
| index e3bd9eba10288457ca6d59d6b0c99a7ace3bfa54..01f5d3c60ae23521bb8149b842ccde838fcdb2db 100644
|
| --- a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
|
| @@ -85,7 +85,7 @@ private:
|
| WorkerThread* m_thread;
|
| };
|
|
|
| -}
|
| +} // namespace
|
|
|
| class WorkerInspectorController::PageInspectorProxy final : public NoBaseWillBeGarbageCollectedFinalized<WorkerInspectorController::PageInspectorProxy>, public InspectorFrontendChannel {
|
| USING_FAST_MALLOC_WILL_BE_REMOVED(PageInspectorProxy);
|
|
|