Index: Source/bindings/v8/V8WindowShell.cpp |
diff --git a/Source/bindings/v8/V8WindowShell.cpp b/Source/bindings/v8/V8WindowShell.cpp |
index 17e19be2a8dcf1e1a94c412dbe2a4eec65163c99..51dedc997afb9ec1a4c2900f0ebbc1dfa14f2f3d 100644 |
--- a/Source/bindings/v8/V8WindowShell.cpp |
+++ b/Source/bindings/v8/V8WindowShell.cpp |
@@ -286,7 +286,7 @@ void V8WindowShell::createContext() |
v8::Handle<v8::Context> context = v8::Context::New(m_isolate, &extensionConfiguration, globalTemplate, m_global.newLocal(m_isolate)); |
if (context.IsEmpty()) |
return; |
- m_perContextData = V8PerContextData::create(context, m_world.get()); |
+ m_perContextData = V8PerContextData::create(context, m_world); |
double contextCreationDurationInMilliseconds = (currentTime() - contextCreationStartInSeconds) * 1000; |
const char* histogramName = "WebCore.V8WindowShell.createContext.MainWorld"; |