Attempt to fix build for v8 bindings (untested).
* bindings/v8/ScriptController.cpp:
(WebCore::ScriptController::clearWindowShell):
* bindings/v8/ScriptController.h:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@59662
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-05-18 Maciej Stachowiak <mjs@apple.com>
+
+ Not reviewed, build fix.
+
+ Attempt to fix build for v8 bindings (untested).
+
+ * bindings/v8/ScriptController.cpp:
+ (WebCore::ScriptController::clearWindowShell):
+ * bindings/v8/ScriptController.h:
+
2010-05-17 Maciej Stachowiak <mjs@apple.com>
Reviewed by Oliver Hunt.
}
-void ScriptController::clearWindowShell()
+void ScriptController::clearWindowShell(bool)
{
// V8 binding expects ScriptController::clearWindowShell only be called
// when a frame is loading a new page. V8Proxy::clearForNavigation
const String* sourceURL() const { return m_sourceURL; } // 0 if we are not evaluating any script.
- void clearWindowShell();
+ void clearWindowShell(bool = false);
void updateDocument();
void updateSecurityOrigin();