Index: Source/bindings/core/v8/V8PerIsolateData.cpp |
diff --git a/Source/bindings/core/v8/V8PerIsolateData.cpp b/Source/bindings/core/v8/V8PerIsolateData.cpp |
index 9dd7d04342299b073877dc59a6b1c3ff73789861..476bb2c3da01efeddc8826309ecb4aaa06bebee9 100644 |
--- a/Source/bindings/core/v8/V8PerIsolateData.cpp |
+++ b/Source/bindings/core/v8/V8PerIsolateData.cpp |
@@ -264,7 +264,7 @@ void V8PerIsolateData::clearEndOfScopeTasks() |
m_endOfScopeTasks.clear(); |
} |
-void V8PerIsolateData::setScriptDebugServer(PassOwnPtr<ScriptDebugServer> server) |
+void V8PerIsolateData::setScriptDebugServer(PassOwnPtrWillBeRawPtr<ScriptDebugServer> server) |
{ |
ASSERT(!m_debugServer); |
m_debugServer = server; |