| Index: chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc
|
| diff --git a/chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc b/chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc
|
| index b245947c6a83a8b8cf6cbdbe5ea2bf0a063b901a..c80bb069eff67782fd83f7e1f38bf24d48318695 100644
|
| --- a/chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc
|
| +++ b/chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc
|
| @@ -26,7 +26,7 @@ void WebDragBookmarkHandlerGtk::DragInitialize(WebContents* contents) {
|
|
|
| // Ideally we would want to initialize the the TabContentsWrapper member in
|
| // the constructor. We cannot do that as the WebDragDestGtk object is
|
| - // created during the construction of the TabContents object. The
|
| + // created during the construction of the WebContents object. The
|
| // TabContentsWrapper is created much later.
|
| DCHECK(tab_ ? (tab_->web_contents() == contents) : true);
|
| if (!tab_)
|
|
|