-
tkent@chromium.org authored
We need to change HashMap<ExecutionContext*, RefPtr<DatabaseContext>> to HashMap<ExecutionContext*, OwnPtr<Persistent<DatabaseContext>>> Because we can't use PersistentHeapHashMap due to mutiple threads, and can't put Persistent<> to HashMap directly. BUG=347902 Review URL: https://codereview.chromium.org/215063005 git-svn-id: svn://svn.chromium.org/blink/trunk@170246 bbb929c8-8fbe-4397-9dbb-9b2b20218538
d130cbec