| Index: Source/WebCore/bindings/v8/V8Proxy.h
|
| ===================================================================
|
| --- Source/WebCore/bindings/v8/V8Proxy.h (revision 108090)
|
| +++ Source/WebCore/bindings/v8/V8Proxy.h (working copy)
|
| @@ -57,7 +57,6 @@
|
| class DOMWindow;
|
| class Frame;
|
| class Node;
|
| - class Page;
|
| class ScriptExecutionContext;
|
| class ScriptSourceCode;
|
| class SecurityOrigin;
|
| @@ -162,7 +161,7 @@
|
| v8::Local<v8::Value> callFunction(v8::Handle<v8::Function>, v8::Handle<v8::Object>, int argc, v8::Handle<v8::Value> argv[]);
|
|
|
| // call the function with the given receiver and arguments and report times to DevTools.
|
| - static v8::Local<v8::Value> instrumentedCallFunction(Page*, v8::Handle<v8::Function>, v8::Handle<v8::Object> receiver, int argc, v8::Handle<v8::Value> args[]);
|
| + static v8::Local<v8::Value> instrumentedCallFunction(Frame*, v8::Handle<v8::Function>, v8::Handle<v8::Object> receiver, int argc, v8::Handle<v8::Value> args[]);
|
|
|
| // Call the function as constructor with the given arguments.
|
| v8::Local<v8::Value> newInstance(v8::Handle<v8::Function>, int argc, v8::Handle<v8::Value> argv[]);
|
|
|