Index: third_party/WebKit/Source/core/page/DragController.cpp |
diff --git a/third_party/WebKit/Source/core/page/DragController.cpp b/third_party/WebKit/Source/core/page/DragController.cpp |
index f57214257f1060c6961eb932d901cb069bd2e723..5283c0e7cc1b807a4e5f9a247b4be2b2542417f9 100644 |
--- a/third_party/WebKit/Source/core/page/DragController.cpp |
+++ b/third_party/WebKit/Source/core/page/DragController.cpp |
@@ -373,7 +373,7 @@ bool DragController::TryDocumentDrag(DragData* drag_data, |
TryDHTMLDrag(drag_data, drag_session.operation, local_root); |
// Do not continue if m_documentUnderMouse has been reset by tryDHTMLDrag. |
// tryDHTMLDrag fires dragenter event. The event listener that listens |
- // to this event may create a nested message loop (open a modal dialog), |
+ // to this event may create a nested run loop (open a modal dialog), |
// which could process dragleave event and reset m_documentUnderMouse in |
// dragExited. |
if (!document_under_mouse_) |