Index: webkit/port/bindings/v8/ScriptController.h |
=================================================================== |
--- webkit/port/bindings/v8/ScriptController.h (revision 4454) |
+++ webkit/port/bindings/v8/ScriptController.h (working copy) |
@@ -232,7 +232,7 @@ |
void clearWindowShell(); |
void updateDocument(); |
- void notifyDOMWindowReady() { m_proxy->domWindowReady(); } |
+ void windowObjectAvailable() { m_proxy->domWindowReady(); } |
void pauseTimeouts(OwnPtr<PausedTimeouts>&); |
void resumeTimeouts(OwnPtr<PausedTimeouts>&); |