| Index: third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp b/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
|
| index 0305d72b55c1d5013eb950e9266a0cb0ae11f349..cbbcc8f8e3b8afe809f3141afca57b7a296ee8a7 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
|
| @@ -84,8 +84,7 @@ void PresentationRequest::addedEventListener(
|
| }
|
|
|
| bool PresentationRequest::hasPendingActivity() const {
|
| - if (!getExecutionContext() ||
|
| - getExecutionContext()->activeDOMObjectsAreStopped())
|
| + if (!getExecutionContext())
|
| return false;
|
|
|
| // Prevents garbage collecting of this object when not hold by another
|
|
|