| Index: Source/web/WebDevToolsFrontendImpl.cpp
|
| diff --git a/Source/web/WebDevToolsFrontendImpl.cpp b/Source/web/WebDevToolsFrontendImpl.cpp
|
| index 64ad9b9916daf161c4e889822580da411c464adb..fe2828a617ac969ff92ac79851e3c2e1502d29a8 100644
|
| --- a/Source/web/WebDevToolsFrontendImpl.cpp
|
| +++ b/Source/web/WebDevToolsFrontendImpl.cpp
|
| @@ -62,7 +62,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebDevToolsFrontendImpl::InspectorFrontendResumeObserver : public ActiveDOMObject {
|
| WTF_MAKE_NONCOPYABLE(InspectorFrontendResumeObserver);
|
| @@ -172,4 +172,4 @@ void WebDevToolsFrontendImpl::doDispatchOnInspectorFrontend(const WebString& mes
|
| ScriptController::callFunction(frame->frame()->document(), function, dispatcherObject, args.size(), args.data(), isolate);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|