| Index: Source/bindings/core/v8/WorkerScriptDebugServer.h
|
| diff --git a/Source/bindings/core/v8/WorkerScriptDebugServer.h b/Source/bindings/core/v8/WorkerScriptDebugServer.h
|
| index 8570382e7c2f8ebeeefd52c8ba0aa5232222240f..1f698525098bcb5f3e1f8620e157ad3852bfea24 100644
|
| --- a/Source/bindings/core/v8/WorkerScriptDebugServer.h
|
| +++ b/Source/bindings/core/v8/WorkerScriptDebugServer.h
|
| @@ -34,7 +34,7 @@
|
| #include "bindings/core/v8/ScriptDebugServer.h"
|
| #include <v8.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class WorkerGlobalScope;
|
| class WorkerThread;
|
| @@ -60,6 +60,6 @@ private:
|
| WorkerGlobalScope* m_workerGlobalScope;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // WorkerScriptDebugServer_h
|
|
|