| Index: third_party/WebKit/LayoutTests/fast/events/touch/touch-target-removed-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/touch-target-removed-crash.html b/third_party/WebKit/LayoutTests/fast/events/touch/touch-target-removed-crash.html
|
| index 02a392c935e6471465603386bf84657af954d952..a62cbf669d9a9b869ee0f842ebcab311831224e0 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/touch/touch-target-removed-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/touch/touch-target-removed-crash.html
|
| @@ -11,12 +11,12 @@ if (window.testRunner) {
|
| var div = document.createElement('div');
|
| div.ontouchstart = function() { };
|
| document.body.appendChild(div);
|
| - window.internals.touchEventHandlerCount(document);
|
| + window.internals.touchStartOrMoveEventHandlerCount(document);
|
| div.parentNode.removeChild(div);
|
| div = 0;
|
| if (window.GCController)
|
| GCController.collect();
|
| - window.internals.touchEventHandlerCount(document);
|
| + window.internals.touchStartOrMoveEventHandlerCount(document);
|
| }
|
|
|
| crash();
|
|
|