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

Unified Diff: Source/core/platform/network/MIMEHeader.cpp

Issue 23464095: WTF::notFound looks too much like a local variable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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 | « Source/core/platform/network/HTTPParsers.cpp ('k') | Source/core/platform/network/ParsedContentType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/network/MIMEHeader.cpp
diff --git a/Source/core/platform/network/MIMEHeader.cpp b/Source/core/platform/network/MIMEHeader.cpp
index 7e56eeac47f7b720030f27136b4a2c6d191d99db..168db899fb66aa68a65ce1bdea9e6231787cab0d 100644
--- a/Source/core/platform/network/MIMEHeader.cpp
+++ b/Source/core/platform/network/MIMEHeader.cpp
@@ -66,7 +66,7 @@ static KeyValueMap retrieveKeyValuePairs(WebCore::SharedBufferChunkReader* buffe
value.clear();
}
size_t semiColonIndex = line.find(':');
- if (semiColonIndex == notFound) {
+ if (semiColonIndex == kNotFound) {
// This is not a key value pair, ignore.
continue;
}
« no previous file with comments | « Source/core/platform/network/HTTPParsers.cpp ('k') | Source/core/platform/network/ParsedContentType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698