| Index: chrome/browser/tab_contents/web_drag_bookmark_handler_win.cc
|
| diff --git a/chrome/browser/tab_contents/web_drag_bookmark_handler_win.cc b/chrome/browser/tab_contents/web_drag_bookmark_handler_win.cc
|
| index 5c1246300f40903c6437358740349a8a9f791459..c74452cb040d7982636e75ce26e232583e62b0f8 100644
|
| --- a/chrome/browser/tab_contents/web_drag_bookmark_handler_win.cc
|
| +++ b/chrome/browser/tab_contents/web_drag_bookmark_handler_win.cc
|
| @@ -28,7 +28,7 @@ WebDragBookmarkHandlerWin::~WebDragBookmarkHandlerWin() {
|
| void WebDragBookmarkHandlerWin::DragInitialize(WebContents* contents) {
|
| // Ideally we would want to initialize the the TabContentsWrapper member in
|
| // the constructor. We cannot do that as the WebDragTargetWin 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_)
|
|
|