| Index: Source/WebCore/bindings/v8/V8NodeFilterCondition.cpp | 
| =================================================================== | 
| --- Source/WebCore/bindings/v8/V8NodeFilterCondition.cpp	(revision 108090) | 
| +++ Source/WebCore/bindings/v8/V8NodeFilterCondition.cpp	(working copy) | 
| @@ -83,7 +83,7 @@ | 
| OwnArrayPtr<v8::Handle<v8::Value> > args = adoptArrayPtr(new v8::Handle<v8::Value>[1]); | 
| args[0] = toV8(node); | 
|  | 
| -    v8::Handle<v8::Value> result = V8Proxy::instrumentedCallFunction(0 /* page */, callback, object, 1, args.get()); | 
| +    v8::Handle<v8::Value> result = V8Proxy::instrumentedCallFunction(0 /* frame */, callback, object, 1, args.get()); | 
|  | 
| if (exceptionCatcher.HasCaught()) { | 
| state->setException(exceptionCatcher.Exception()); | 
|  |