| Index: Source/core/html/LinkRelAttribute.cpp
|
| diff --git a/Source/core/html/LinkRelAttribute.cpp b/Source/core/html/LinkRelAttribute.cpp
|
| index b9df78ffe6b076a488cf713a8b202226ffa14f04..68b1c78e0035c7e757222e45a3c7350c793ee2c9 100644
|
| --- a/Source/core/html/LinkRelAttribute.cpp
|
| +++ b/Source/core/html/LinkRelAttribute.cpp
|
| @@ -71,8 +71,6 @@ LinkRelAttribute::LinkRelAttribute(const String& rel)
|
| else if (equalIgnoringCase(rel, "alternate stylesheet") || equalIgnoringCase(rel, "stylesheet alternate")) {
|
| m_isStyleSheet = true;
|
| m_isAlternate = true;
|
| - } else if (equalIgnoringCase(rel, "dns-prefetch")) {
|
| - m_isDNSPrefetch = true;
|
| } else if (equalIgnoringCase(rel, "import")) {
|
| m_isImport = true;
|
| } else {
|
|
|