| Index: chrome/browser/ui/views/location_bar/page_action_image_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/page_action_image_view.cc b/chrome/browser/ui/views/location_bar/page_action_image_view.cc
|
| index 3e5fdbb6a98e25cd7c3e076158d8e8437e23278e..f29064e97ec9bc3b84370587b2b61443c838c44a 100644
|
| --- a/chrome/browser/ui/views/location_bar/page_action_image_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/page_action_image_view.cc
|
| @@ -49,7 +49,7 @@ PageActionImageView::PageActionImageView(LocationBarView* owner,
|
| popup_(NULL),
|
| ALLOW_THIS_IN_INITIALIZER_LIST(scoped_icon_animation_observer_(
|
| page_action->GetIconAnimation(
|
| - SessionID::IdForTab(owner->GetTabContents())),
|
| + SessionID::IdForTab(owner->GetTabContents()->web_contents())),
|
| this)) {
|
| const Extension* extension = owner_->profile()->GetExtensionService()->
|
| GetExtensionById(page_action->extension_id(), false);
|
|
|