diff options
Diffstat (limited to 'webkit/appcache/view_appcache_internals_job.cc')
-rw-r--r-- | webkit/appcache/view_appcache_internals_job.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/webkit/appcache/view_appcache_internals_job.cc b/webkit/appcache/view_appcache_internals_job.cc index 2f61ce9..7666a46 100644 --- a/webkit/appcache/view_appcache_internals_job.cc +++ b/webkit/appcache/view_appcache_internals_job.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -116,8 +116,7 @@ void AddHTMLFromAppCacheToOutput( out->append("<ul>"); AddLiTag(kSize, - UTF16ToUTF8(FormatBytes( - info->size, GetByteDisplayUnits(info->size), true)), + UTF16ToUTF8(FormatBytesUnlocalized(info->size)), out); AddLiTag(kCreationTime, UTF16ToUTF8(TimeFormatFriendlyDateAndTime(info->creation_time)), |