Index: third_party/WebKit/Source/core/html/LinkRelAttribute.cpp |
diff --git a/third_party/WebKit/Source/core/html/LinkRelAttribute.cpp b/third_party/WebKit/Source/core/html/LinkRelAttribute.cpp |
index 21b068b6ffb2a1f5bd2ec0a4727e783b6f850d43..204ebfa038afa6546f17d6a1e1845d77f91bad71 100644 |
--- a/third_party/WebKit/Source/core/html/LinkRelAttribute.cpp |
+++ b/third_party/WebKit/Source/core/html/LinkRelAttribute.cpp |
@@ -74,8 +74,7 @@ LinkRelAttribute::LinkRelAttribute(const String& rel) |
} else if (equalIgnoringCase(linkType, "dns-prefetch")) { |
m_isDNSPrefetch = true; |
} else if (equalIgnoringCase(linkType, "preconnect")) { |
- if (RuntimeEnabledFeatures::linkPreconnectEnabled()) |
- m_isPreconnect = true; |
+ m_isPreconnect = true; |
} else if (equalIgnoringCase(linkType, "preload")) { |
if (RuntimeEnabledFeatures::linkPreloadEnabled()) |
m_isLinkPreload = true; |