| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index 48b8483a528ae43f5098ca6f4d7e2168de829137..ac6f7543a5da4831ad1128dc1d768bfc20783b88 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -5256,7 +5256,6 @@ void Document::decrementActiveParserCount()
|
| // FIXME: This should always be enabled, but it seems to cause
|
| // http/tests/security/feed-urls-from-remote.html to timeout on Mac WK1
|
| // see http://webkit.org/b/110554 and http://webkit.org/b/110401
|
| - loader()->checkLoadComplete();
|
| frame()->loader().checkLoadComplete();
|
| }
|
|
|
|
|