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

Unified Diff: webkit/quota/quota_manager.cc

Issue 8528021: Revert 109855 - Fix quota value overflow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | webkit/quota/quota_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/quota/quota_manager.cc
===================================================================
--- webkit/quota/quota_manager.cc (revision 109855)
+++ webkit/quota/quota_manager.cc (working copy)
@@ -755,7 +755,7 @@
UpdatePersistentHostQuotaTask(
QuotaManager* manager,
const std::string& host,
- int64 new_quota,
+ int new_quota,
const HostQuotaCallback& callback)
: DatabaseTaskBase(manager),
host_(host),
« no previous file with comments | « no previous file | webkit/quota/quota_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698