| Index: LayoutTests/fast/js/callback-function-with-handle-event.html
|
| diff --git a/LayoutTests/fast/js/callback-function-with-handle-event.html b/LayoutTests/fast/js/callback-function-with-handle-event.html
|
| index bcc3a5bdad0aea7c6fc2031917bf6ffebb19ab66..e315f0b673dc86cccef09535473c1933d3977555 100644
|
| --- a/LayoutTests/fast/js/callback-function-with-handle-event.html
|
| +++ b/LayoutTests/fast/js/callback-function-with-handle-event.html
|
| @@ -32,7 +32,6 @@
|
| var db = openDatabase("callback-function-with-handle-event-test", "", "Test for callback functions that implement a handleEvent() method.", 1);
|
| db.changeVersion(db.version, "1.0", callback);
|
| </script>
|
| - <script src="resources/js-test-post.js"></script>
|
|
|
| </body>
|
| </html>
|
|
|