Chromium Code Reviews| Index: LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js |
| diff --git a/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js b/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js |
| index 8f505795707bb0ea568a9337c668d95312d0c53c..e70779f5f65f797da08283e009f2475e906a83db 100644 |
| --- a/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js |
| +++ b/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js |
| @@ -100,9 +100,6 @@ InspectorTest.addIDBValue = function(frameId, databaseName, objectStoreName, val |
| }; |
| -var indexedDB = window.indexeddb || window.webkitIndexedDB; |
|
eseidel
2014/07/23 20:18:31
I might have left these two as blank lines to avoi
|
| -window.IDBTransaction = window.IDBTransaction || window.webkitIDBTransaction; |
| - |
| function dispatchCallback(callbackId) |
| { |
| console.log(callbackId); |
| @@ -256,4 +253,3 @@ function addIDBValue(callback, databaseName, objectStoreName, value, key) |
| request.onsuccess = commitCallback; |
| } |
| } |
| - |