| Index: Source/bindings/core/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8InspectorFrontendHostCustom.cpp b/Source/bindings/core/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| index 38bb58cf9d0016832fffdb9ac5c3884b17bc7b68..3e93e390f734d0a68ba1dc505b4fa6e4db70054a 100644
|
| --- a/Source/bindings/core/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| @@ -43,7 +43,7 @@
|
| #include "public/platform/Platform.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| void V8InspectorFrontendHost::platformMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| @@ -179,5 +179,5 @@ void V8InspectorFrontendHost::recordPanelShownMethodCustom(const v8::FunctionCal
|
| histogramEnumeration("DevTools.PanelShown", info, 20);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
|
|