Index: content/shell/renderer/test_runner/WebTestProxy.h |
diff --git a/content/shell/renderer/test_runner/WebTestProxy.h b/content/shell/renderer/test_runner/WebTestProxy.h |
index 111cb1013de0193dcc8671154c81b424b8aa76fa..88639c74abb6c4147ed2bdb40e23830b208dd4f7 100644 |
--- a/content/shell/renderer/test_runner/WebTestProxy.h |
+++ b/content/shell/renderer/test_runner/WebTestProxy.h |
@@ -309,10 +309,10 @@ public: |
WebTestProxyBase::setStatusText(text); |
Base::setStatusText(text); |
} |
- virtual void didStopLoading() |
+ virtual void didStopLoading(blink::WebFrame* frame) |
{ |
WebTestProxyBase::didStopLoading(); |
- Base::didStopLoading(); |
+ Base::didStopLoading(frame); |
} |
virtual void showContextMenu(blink::WebFrame* frame, const blink::WebContextMenuData& contextMenuData) |
{ |