diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/tab_contents/web_drag_source.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/web_drag_source.cc b/chrome/browser/tab_contents/web_drag_source.cc index d3f6803..8c8b65f 100644 --- a/chrome/browser/tab_contents/web_drag_source.cc +++ b/chrome/browser/tab_contents/web_drag_source.cc @@ -86,7 +86,7 @@ void WebDragSource::Observe(NotificationType type, // That's OK, we can continue the drag, we just can't send messages back to // our drag source. render_view_host_ = NULL; - } else if (NotificationType::TAB_CONTENTS_DISCONNECTED) { + } else if (NotificationType::TAB_CONTENTS_DISCONNECTED == type) { NOTREACHED(); } } |