| Index: Source/bindings/core/v8/PageScriptDebugServer.h
|
| diff --git a/Source/bindings/core/v8/PageScriptDebugServer.h b/Source/bindings/core/v8/PageScriptDebugServer.h
|
| index bf1767d89230487982ff1d5ca2dee93b400dd3c4..05ef0b37c4329050557b3788d358a57399442fa3 100644
|
| --- a/Source/bindings/core/v8/PageScriptDebugServer.h
|
| +++ b/Source/bindings/core/v8/PageScriptDebugServer.h
|
| @@ -37,7 +37,7 @@
|
| #include "wtf/RefCounted.h"
|
| #include <v8.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Page;
|
| class ScriptController;
|
| @@ -95,7 +95,7 @@ private:
|
| static v8::Isolate* s_mainThreadIsolate;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
|
|
| #endif // PageScriptDebugServer_h
|
|
|