Chromium Code Reviews| Index: src/gurl.cc |
| =================================================================== |
| --- src/gurl.cc (revision 122) |
| +++ src/gurl.cc (working copy) |
| @@ -304,8 +304,7 @@ |
| } |
| bool GURL::IsStandard() const { |
| - return url_util::IsStandard(spec_.data(), static_cast<int>(spec_.length()), |
| - parsed_.scheme); |
| + return url_util::IsStandard(spec_.data(), parsed_.scheme); |
| } |
| bool GURL::SchemeIs(const char* lower_ascii_scheme) const { |