Index: Source/core/dom/Document.cpp |
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp |
index 52187d9c64cc0581536323a4711890582c0e367c..73fef8b222a2d12d6b24408620d2c2bd240cddcf 100644 |
--- a/Source/core/dom/Document.cpp |
+++ b/Source/core/dom/Document.cpp |
@@ -5386,9 +5386,6 @@ void Document::decrementActiveParserCount() |
--m_activeParserCount; |
if (!frame()) |
return; |
- // 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 |
frame()->loader().checkLoadComplete(); |
} |