| Index: webkit/port/bindings/v8/ScriptController.h
|
| ===================================================================
|
| --- webkit/port/bindings/v8/ScriptController.h (revision 5350)
|
| +++ webkit/port/bindings/v8/ScriptController.h (working copy)
|
| @@ -170,7 +170,6 @@
|
| JSInstanceHandle createScriptInstanceForWidget(Widget*);
|
|
|
| void clearPluginObjects();
|
| - void clearDocumentWrapper();
|
| void disconnectFrame();
|
|
|
| // Check if the javascript engine has been initialized.
|
| @@ -232,7 +231,6 @@
|
|
|
| void clearWindowShell();
|
| void updateDocument();
|
| - void domWindowReady() { m_proxy->domWindowReady(); }
|
|
|
| void pauseTimeouts(OwnPtr<PausedTimeouts>&);
|
| void resumeTimeouts(OwnPtr<PausedTimeouts>&);
|
|
|