| 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 0aa4f7fca167554d1a7162aada887495cfdb77a2..ea10c5ab5f8ed62e20ac907b8c905c711df27de6 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 blink::WebUserMediaClient* userMediaClient()
|
| {
|
|
|