| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h
|
| index e390147a4202cb44a763b20c3d57f978201b5c25..5f4fe0b93c413f6f1c16b75877ae5f50cdac0da7 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h
|
| @@ -294,10 +294,10 @@ willAnimateFromState:(BookmarkBar::State)oldState
|
| base::scoped_nsobject<BookmarkContextMenuCocoaController>
|
| contextMenuController_;
|
|
|
| - // Weak pointer to the pulsed button for the currently pulsing node. We need
|
| - // to store this as it may not be possible to determine the pulsing button if
|
| - // the pulsing node is deleted. Nil if there is no pulsing node.
|
| - BookmarkButton* pulsingButton_;
|
| + // The pulsed button for the currently pulsing node. We need to store this as
|
| + // it may not be possible to determine the pulsing button if the pulsing node
|
| + // is deleted. Nil if there is no pulsing node.
|
| + base::scoped_nsobject<BookmarkButton> pulsingButton_;
|
|
|
| // Specifically watch the currently pulsing node. This lets us stop pulsing
|
| // when anything happens to the node. Null if there is no pulsing node.
|
|
|