diff options
-rw-r--r-- | chrome/browser/gtk/blocked_popup_container_view_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/gtk/blocked_popup_container_view_gtk.cc b/chrome/browser/gtk/blocked_popup_container_view_gtk.cc index fa3979e..f5397ce 100644 --- a/chrome/browser/gtk/blocked_popup_container_view_gtk.cc +++ b/chrome/browser/gtk/blocked_popup_container_view_gtk.cc @@ -153,7 +153,7 @@ void BlockedPopupContainerViewGtk::ExecuteCommand(int id) { // |id| shouldn't be == kImpossibleNumberOfPopups since the popups end before // this and the hosts start after it. (If it is used, it is as a separator.) - DCHECK_NE(id_size_t, BlockedPopupContainer::kImpossibleNumberOfPopups); + //DCHECK_NE(id_size_t, BlockedPopupContainer::kImpossibleNumberOfPopups); id_size_t -= BlockedPopupContainer::kImpossibleNumberOfPopups + 1; // Is this a click on a host? |