| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index abc6e875cb5402214e6e73f13d9350bdc8a8adc7..89ea878e3b868ab4cfc8c3deab9bd43cf44d2039 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -2511,7 +2511,7 @@ void Document::Shutdown() {
|
| // since that will cause a situation where LocalFrame still has a Document
|
| // attached after this finishes! Normally, it shouldn't actually be possible
|
| // to trigger navigation here. However, plugins (see below) can cause lots of
|
| - // crazy things to happen, since plugin detach involves nested message loops.
|
| + // crazy things to happen, since plugin detach involves nested run loops.
|
| FrameNavigationDisabler navigation_disabler(*frame_);
|
| // Defer FrameViewBase updates to avoid plugins trying to run script inside
|
| // ScriptForbiddenScope, which will crash the renderer after
|
|
|