| 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..794f5bd518f044e14855882ad2417fd99e7d4971 100644
|
| --- a/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| +++ b/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| @@ -200,8 +200,6 @@ String NavigatorContentUtils::isProtocolHandlerRegistered(
|
|
|
| Document* document = navigator.frame()->document();
|
| ASSERT(document);
|
| - if (document->activeDOMObjectsAreStopped())
|
| - return declined;
|
|
|
| if (!verifyCustomHandlerURL(*document, url, exceptionState))
|
| return declined;
|
|
|