| Index: LayoutTests/storage/websql/open-database-creation-callback-isolated-world.html
|
| diff --git a/LayoutTests/storage/websql/open-database-creation-callback-isolated-world.html b/LayoutTests/storage/websql/open-database-creation-callback-isolated-world.html
|
| index cedc851c683f0bb0cd6519cd707cd541d158b480..66e20d1b31ac5bc4c6413cf0f41c6df767c7244c 100644
|
| --- a/LayoutTests/storage/websql/open-database-creation-callback-isolated-world.html
|
| +++ b/LayoutTests/storage/websql/open-database-creation-callback-isolated-world.html
|
| @@ -31,7 +31,7 @@ if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| testRunner.waitUntilDone();
|
| testRunner.evaluateScriptInIsolatedWorld(
|
| - 0,
|
| + 1,
|
| "function creationCallback1(db)\n" +
|
| "{\n" +
|
| " alert(document.body.foo);\n" +
|
|
|