| Index: Source/core/page/EventHandler.cpp
|
| diff --git a/Source/core/page/EventHandler.cpp b/Source/core/page/EventHandler.cpp
|
| index 9274a960b955147d7764da7e6bf9e4ea82208551..293359d0dca724f217101c3654d17f0dd131b762 100644
|
| --- a/Source/core/page/EventHandler.cpp
|
| +++ b/Source/core/page/EventHandler.cpp
|
| @@ -3555,7 +3555,7 @@ bool EventHandler::handleTouchEvent(const PlatformTouchEvent& event)
|
| // differentiate between a one and two finger gesture), but we won't
|
| // actually dispatch any events for it. Set the target to the
|
| // Document so that there's some valid node here. Perhaps this
|
| - // should really be DOMWindow, but in all other cases the target of
|
| + // should really be LocalDOMWindow, but in all other cases the target of
|
| // a Touch is a Node so using the window could be a breaking change.
|
| // Since we know there was no handler invoked, the specific target
|
| // should be completely irrelevant to the application.
|
|
|