| Index: LayoutTests/storage/indexeddb/cursor-cast.html
|
| diff --git a/LayoutTests/storage/indexeddb/cursor-cast.html b/LayoutTests/storage/indexeddb/cursor-cast.html
|
| index bd62a3b1e08d54e8f4a2040d1710216eb72d8c58..181e693f59b1ca0449ffa8d89f3feb48764d376e 100644
|
| --- a/LayoutTests/storage/indexeddb/cursor-cast.html
|
| +++ b/LayoutTests/storage/indexeddb/cursor-cast.html
|
| @@ -30,7 +30,6 @@ function verifyWrappers(evt)
|
| preamble(evt);
|
| evalAndLog("cursor = null");
|
| gc();
|
| - gc(); // FIXME: Shouldn't need to call twice. http://crbug.com/288072
|
| setTimeout(checkCursorType, 0);
|
| };
|
| };
|
|
|