Index: Source/WebCore/bindings/v8/ScriptFunctionCall.cpp |
=================================================================== |
--- Source/WebCore/bindings/v8/ScriptFunctionCall.cpp (revision 108090) |
+++ Source/WebCore/bindings/v8/ScriptFunctionCall.cpp (working copy) |
@@ -197,7 +197,7 @@ |
for (size_t i = 0; i < m_arguments.size(); ++i) |
args[i] = m_arguments[i].v8Value(); |
- v8::Handle<v8::Value> result = V8Proxy::instrumentedCallFunction(0 /* page */, function, object, m_arguments.size(), args.get()); |
+ v8::Handle<v8::Value> result = V8Proxy::instrumentedCallFunction(0 /* frame */, function, object, m_arguments.size(), args.get()); |
if (exceptionCatcher.HasCaught()) { |
hadException = true; |