| 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 ed0d08605bae7b95a08794e5b3f205d4d870ad14..4ed7156de3b22c2601610f71ec599ad06cf937e8 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -1519,7 +1519,7 @@ PageVisibilityState Document::pageVisibilityState() const {
|
| // The visibility of the document is inherited from the visibility of the
|
| // page. If there is no page associated with the document, we will assume
|
| // that the page is hidden, as specified by the spec:
|
| - // http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibility/Overview.html#dom-document-hidden
|
| + // https://w3c.github.io/page-visibility/#hidden-attribute
|
| if (!m_frame || !m_frame->page())
|
| return PageVisibilityStateHidden;
|
| // While visibilitychange is being dispatched during unloading it is
|
|
|