Index: Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp |
diff --git a/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp b/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp |
index c653395270051b0f55b0e257f54d9e980bb93b3f..8e487b8433771bc4527ac707a5a88f903218c140 100644 |
--- a/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp |
+++ b/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp |
@@ -124,7 +124,7 @@ static void histogramEnumeration(const char* name, const v8::FunctionCallbackInf |
int sample = info[0]->ToInt32()->Value(); |
if (sample < boundaryValue) |
- WebKit::Platform::current()->histogramEnumeration(name, sample, boundaryValue); |
+ blink::Platform::current()->histogramEnumeration(name, sample, boundaryValue); |
} |
void V8InspectorFrontendHost::recordActionTakenMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) |