| Index: third_party/WebKit/LayoutTests/http/tests/security/resources/worker-for-indexeddb.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/resources/worker-for-indexeddb.js b/third_party/WebKit/LayoutTests/http/tests/security/resources/worker-for-indexeddb.js
|
| index 2fa0bdcb3b97e1becec9155a9b281be7e77c181b..c14225f30856c9d31830377b184e996d461db986 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/resources/worker-for-indexeddb.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/resources/worker-for-indexeddb.js
|
| @@ -11,6 +11,7 @@ self.onmessage = function() {
|
| 'result': [
|
| test('deleteDatabase', 'testDBName'),
|
| test('open', 'testDBName'),
|
| + test('webkitGetDatabaseNames')
|
| ]
|
| });
|
| };
|
|
|