| Index: LayoutTests/fast/events/resources/record-events.js
|
| diff --git a/LayoutTests/fast/events/resources/record-events.js b/LayoutTests/fast/events/resources/record-events.js
|
| index 92174e389ea0bcf0f83b3db56f781708a5e04941..c32a0ec04ef96ea52d591bdd8fdc70a4c4ec1a75 100644
|
| --- a/LayoutTests/fast/events/resources/record-events.js
|
| +++ b/LayoutTests/fast/events/resources/record-events.js
|
| @@ -1,5 +1,5 @@
|
| -// NOTE: You must include fast/js/resources/js-test-pre.js before this file in a test case since
|
| -// this file makes use of functions in js-test-pre.js.
|
| +// NOTE: You must include resources/js-test.js before this file in a test case since
|
| +// this file makes use of functions in js-test.js.
|
|
|
| var replayEventQueue = []; // Global queue of recorded events.
|
| var registeredElementsAndEventsStruct; // Global structure of registered elements and events.
|
|
|