| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| index d88856ddeffcdc4a47c7bec3675a5e1801cd5b09..f41e611c6f2ece8ee6fb388831579fe31aee923a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| @@ -3421,6 +3421,9 @@ void HTMLMediaElement::ContextDestroyed(ExecutionContext*) {
|
| }
|
|
|
| bool HTMLMediaElement::HasPendingActivity() const {
|
| + if (HasPendingActivityInternal())
|
| + return true;
|
| +
|
| // The delaying-the-load-event flag is set by resource selection algorithm
|
| // when looking for a resource to load, before networkState has reached to
|
| // kNetworkLoading.
|
|
|