Index: Source/core/page/PagePopupController.cpp |
diff --git a/Source/core/page/PagePopupController.cpp b/Source/core/page/PagePopupController.cpp |
index f204b24053fe52d667b50303d77c3d03e50ba0ed..961d96eee2d2ceb7edbe648ad6607764197cc07f 100644 |
--- a/Source/core/page/PagePopupController.cpp |
+++ b/Source/core/page/PagePopupController.cpp |
@@ -99,7 +99,7 @@ void PagePopupController::clearPagePopupClient() |
void PagePopupController::histogramEnumeration(const String& name, int sample, int boundaryValue) |
{ |
- WebKit::Platform::current()->histogramEnumeration(name.utf8().data(), sample, boundaryValue); |
+ blink::Platform::current()->histogramEnumeration(name.utf8().data(), sample, boundaryValue); |
} |
} |