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

Unified Diff: third_party/WebKit/Source/core/loader/LinkHeader.cpp

Issue 1779253002: More minor cleanups for LinkHeaderTest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup-linkheader-tests
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/LinkHeaderTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/loader/LinkHeader.cpp
diff --git a/third_party/WebKit/Source/core/loader/LinkHeader.cpp b/third_party/WebKit/Source/core/loader/LinkHeader.cpp
index 12abedf36dd3fd2743cccefc7fbc6f6695ad3e4d..952566cbb9119388c5fc0d8c5c3ab4cc9df5f241 100644
--- a/third_party/WebKit/Source/core/loader/LinkHeader.cpp
+++ b/third_party/WebKit/Source/core/loader/LinkHeader.cpp
@@ -300,6 +300,7 @@ LinkHeader::LinkHeader(CharType*& position, CharType* end)
setValue(parameterName, parameterValue);
}
+ findNextHeader(position, end);
}
LinkHeaderSet::LinkHeaderSet(const String& header)
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/LinkHeaderTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698