Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(643)

Unified Diff: webkit/port/bindings/v8/ScriptController.h

Issue 10687: Clean up the proxy code for handling frame navigation.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/port/bindings/v8/ScriptController.cpp » ('j') | webkit/port/bindings/v8/v8_proxy.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>&);
« no previous file with comments | « no previous file | webkit/port/bindings/v8/ScriptController.cpp » ('j') | webkit/port/bindings/v8/v8_proxy.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698