Do not reduce web database quota when open database for worker
authorJihye Kang <jye.kang@samsung.com>
Thu, 11 Apr 2013 05:27:04 +0000 (14:27 +0900)
committerGerrit Code Review <gerrit2@kim11>
Thu, 11 Apr 2013 07:16:15 +0000 (16:16 +0900)
commit34f4dd3c06547f29379198762941b2671d10c1bb
tree486cf6663ad5d31ea02df23b32b5c92563135da0
parent8c3c66d2e4710a61ec1f5dc14ec756423f2448ab
Do not reduce web database quota when open database for worker

[Title] Do not reduce web database quota when open database for worker
[Issue#] N/A
[Problem] If openDatabase for worker is requested when current quota for origin is larger than default quota(5M), current quota is overwritten as defaut quota.
[Cause]
[Solution] Check current quota before set quota for worker

Change-Id: I6502f193b5b76c77f1c023095c8a6c62372eaf00
Source/WebCore/Modules/webdatabase/DatabaseContext.cpp