| Index: third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.cpp
|
| index 3595d89ed35536fbc1a1a988a9ee83bf2867db49..ec4dc34bce80a66e73ae831e41df39fead849736 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.cpp
|
| @@ -38,6 +38,8 @@
|
|
|
| namespace blink {
|
|
|
| +using protocol::Response;
|
| +
|
| namespace WorkerAgentState {
|
| static const char autoAttach[] = "autoAttach";
|
| static const char waitForDebuggerOnStart[] = "waitForDebuggerOnStart";
|
|
|