| Index: Source/bindings/v8/V8WindowShell.cpp
|
| diff --git a/Source/bindings/v8/V8WindowShell.cpp b/Source/bindings/v8/V8WindowShell.cpp
|
| index c114d2dbdca09b8b083478802f5a8a7a75321b08..59f12217e86d6b8eaf03a336c0e000696d3a6dca 100644
|
| --- a/Source/bindings/v8/V8WindowShell.cpp
|
| +++ b/Source/bindings/v8/V8WindowShell.cpp
|
| @@ -289,7 +289,7 @@ void V8WindowShell::createContext()
|
| const char* histogramName = "WebCore.V8WindowShell.createContext.MainWorld";
|
| if (!m_world->isMainWorld())
|
| histogramName = "WebCore.V8WindowShell.createContext.IsolatedWorld";
|
| - WebKit::Platform::current()->histogramCustomCounts(histogramName, contextCreationDurationInMilliseconds, 0, 10000, 50);
|
| + blink::Platform::current()->histogramCustomCounts(histogramName, contextCreationDurationInMilliseconds, 0, 10000, 50);
|
| }
|
|
|
| bool V8WindowShell::installDOMWindow()
|
|
|