Index: chrome/browser/cocoa/blocked_popup_container_controller.mm |
=================================================================== |
--- chrome/browser/cocoa/blocked_popup_container_controller.mm (revision 20734) |
+++ chrome/browser/cocoa/blocked_popup_container_controller.mm (working copy) |
@@ -101,7 +101,7 @@ |
addObserver:self |
selector:@selector(showMenu:) |
name:NSPopUpButtonCellWillPopUpNotification |
- object:nil]; |
+ object:[popupButton_ cell]]; |
// Create the close box and position at the left of the view. |
NSRect closeFrame = NSMakeRect(startFrame.size.width - kCloseBoxSize, |