| Index: chrome/browser/tab_contents/tab_contents.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
|
| index 8b5b74c3dd1f71ba883b95a01b1b736739fbf326..a74ba43bbbd70d59800c44cb9cce2f1d342a3cbe 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents.cc
|
| @@ -3141,7 +3141,7 @@ void TabContents::DidInsertCSS() {
|
| void TabContents::FocusedNodeChanged(bool is_editable_node) {
|
| NotificationService::current()->Notify(
|
| NotificationType::FOCUS_CHANGED_IN_PAGE,
|
| - Source<RenderViewHost>(render_view_host()),
|
| + Source<TabContents>(this),
|
| Details<const bool>(&is_editable_node));
|
| }
|
|
|
|
|