RESOLVED FIXED 38960
[Chromium] Add support for openDatabaseSync() to RuntimeEnabledFeatures
https://bugs.webkit.org/show_bug.cgi?id=38960
Summary [Chromium] Add support for openDatabaseSync() to RuntimeEnabledFeatures
Dumitru Daniliuc
Reported 2010-05-11 17:46:04 PDT
WorkerContext::openDatabaseSync() will soon have a [EnabledAtRuntime] attribute. This means that we need to add a RuntimeEnabledFeatures::openDatabaseSyncEnabled() method, or otherwise the V8 code generated for WorkerContext::openDatabaseSync() will not compile.
Attachments
patch (1.82 KB, patch)
2010-05-11 18:19 PDT, Dumitru Daniliuc
abarth: review+
dumi: commit-queue-
Dumitru Daniliuc
Comment 1 2010-05-11 18:19:31 PDT
Adam Barth
Comment 2 2010-05-11 18:35:06 PDT
Comment on attachment 55791 [details] patch Blue! I want to store my bikes in a blue shed!
Dumitru Daniliuc
Comment 3 2010-05-11 19:21:32 PDT
Landed as r59195.
Note You need to log in before you can comment on or make changes to this bug.