Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: third_party/WebKit/Source/core/html/RelList.cpp

Issue 1647813003: Remove support for <link rel=subresource> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed and deleted tests Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/RelList.cpp
diff --git a/third_party/WebKit/Source/core/html/RelList.cpp b/third_party/WebKit/Source/core/html/RelList.cpp
index 7d620f2b8b09c967a496d34b2790758118f7623a..a2406a14d2ffa1dabebc7337d4e5f29aa0bece92 100644
--- a/third_party/WebKit/Source/core/html/RelList.cpp
+++ b/third_party/WebKit/Source/core/html/RelList.cpp
@@ -60,7 +60,6 @@ static RelList::SupportedTokens& supportedTokens()
supportedValuesMap.add("icon");
supportedValuesMap.add("alternate");
supportedValuesMap.add("prefetch");
- supportedValuesMap.add("subresource");
supportedValuesMap.add("prerender");
supportedValuesMap.add("next");
supportedValuesMap.add("manifest");

Powered by Google App Engine
This is Rietveld 408576698