| Index: content/public/test/browser_test_utils.cc
|
| diff --git a/content/public/test/browser_test_utils.cc b/content/public/test/browser_test_utils.cc
|
| index 067bf38082f24f6efb7f10dff8bd7708170a810d..96d3a3e6b21b6e3f9ae35698d0caa2ac13555658 100644
|
| --- a/content/public/test/browser_test_utils.cc
|
| +++ b/content/public/test/browser_test_utils.cc
|
| @@ -44,7 +44,7 @@ class DOMOperationObserver : public NotificationObserver,
|
| : WebContentsObserver(WebContents::FromRenderViewHost(rvh)),
|
| did_respond_(false) {
|
| registrar_.Add(this, NOTIFICATION_DOM_OPERATION_RESPONSE,
|
| - Source<RenderViewHost>(rvh));
|
| + Source<WebContents>(web_contents()));
|
| message_loop_runner_ = new MessageLoopRunner;
|
| }
|
|
|
|
|