Index: third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp |
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp |
index 55c5ccd9fe0ea4fd6293e40e1b5a3c4f9f98d14d..e86faeb596f90d9394c0a131f52b564578ec08e3 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp |
@@ -328,7 +328,7 @@ void HTMLDocumentParser::notifyPendingTokenizedChunks() { |
// Note that on commit, the loader dispatched preloads for all the non-media |
// links. |
document()->loader()->dispatchLinkHeaderPreloads( |
- &pendingChunks.first()->viewport, LinkLoader::OnlyLoadMedia); |
+ &pendingChunks.front()->viewport, LinkLoader::OnlyLoadMedia); |
m_triedLoadingLinkHeaders = true; |
} |