| Index: Source/bindings/core/v8/ScriptDebugServer.h
|
| diff --git a/Source/bindings/core/v8/ScriptDebugServer.h b/Source/bindings/core/v8/ScriptDebugServer.h
|
| index 02415cf1f22841710df0bef533940e7291d4acf0..fa360ddec29778dbbdbe9fd9025b679b4a731298 100644
|
| --- a/Source/bindings/core/v8/ScriptDebugServer.h
|
| +++ b/Source/bindings/core/v8/ScriptDebugServer.h
|
| @@ -45,7 +45,7 @@
|
| #include <v8-debug.h>
|
| #include <v8.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ScriptState;
|
| class ScriptController;
|
| @@ -157,7 +157,7 @@ private:
|
| bool m_runningNestedMessageLoop;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
|
|
| #endif // ScriptDebugServer_h
|
|
|