| 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 9c5c3323c66e23d8359c8cef2cae1b7e428392e1..8d53223374445c45de7c7ed9a84791fdcb8573f1 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.cpp
|
| @@ -44,7 +44,7 @@ namespace WorkerAgentState {
|
| static const char kAutoAttach[] = "autoAttach";
|
| static const char kWaitForDebuggerOnStart[] = "waitForDebuggerOnStart";
|
| static const char kAttachedWorkerIds[] = "attachedWorkerIds";
|
| -};
|
| +}; // namespace WorkerAgentState
|
|
|
| InspectorWorkerAgent::InspectorWorkerAgent(InspectedFrames* inspected_frames)
|
| : inspected_frames_(inspected_frames) {}
|
|
|