| Index: third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| diff --git a/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp b/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| index d74c7e7249c101114ec3b9e1af1beef50a9b89bf..54ac3bdb0f80585628e7aac1b6f24def4b9cc368 100644
|
| --- a/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| +++ b/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| @@ -200,7 +200,7 @@ String NavigatorContentUtils::isProtocolHandlerRegistered(
|
|
|
| Document* document = navigator.frame()->document();
|
| ASSERT(document);
|
| - if (document->activeDOMObjectsAreStopped())
|
| + if (document->isContextDestroyed())
|
| return declined;
|
|
|
| if (!verifyCustomHandlerURL(*document, url, exceptionState))
|
|
|