summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/rendering/RenderReplica.cpp
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-05-23 18:46:16 +0100
committerSteve Block <steveblock@google.com>2011-05-24 16:33:54 +0100
commit63da3f053ab8a3590e4dcd4a51056cb2d277a7d8 (patch)
treeb62d14b977a337313ce41be1858cdebb11e0a683 /Source/WebCore/rendering/RenderReplica.cpp
parent10b539940b83c9b7ea6a6ebcf8707d9841b4284f (diff)
downloadexternal_webkit-63da3f053ab8a3590e4dcd4a51056cb2d277a7d8.zip
external_webkit-63da3f053ab8a3590e4dcd4a51056cb2d277a7d8.tar.gz
external_webkit-63da3f053ab8a3590e4dcd4a51056cb2d277a7d8.tar.bz2
Use the correct type for the new quota for HTML5 Database and AppCache
The WebCore DatabaseTracker uses 'unsigned long long' for quotas. We receive the new quota from Java as a jlong, which is 64bit signed. This change ... - Fixes the JNI methods to use 'long long' - Updates m_newQuota to use 'unsigned long long' to avoid ugly casts - Uses a boolean to track whether the new quota has been set yet, which is neater than a magic value and avoids deadlock if a value of -1 is set Change-Id: Ieab200164baf8c1647a2d47da759d3c31f0369f8
Diffstat (limited to 'Source/WebCore/rendering/RenderReplica.cpp')
0 files changed, 0 insertions, 0 deletions