| Index: third_party/WebKit/Source/web/tests/WebViewTest.cpp
 | 
| diff --git a/third_party/WebKit/Source/web/tests/WebViewTest.cpp b/third_party/WebKit/Source/web/tests/WebViewTest.cpp
 | 
| index e91eee8f9885e38fb5e7234c829d9f463453fbdb..bfca3015a36e772715463a2cb7dd6a343450dc92 100644
 | 
| --- a/third_party/WebKit/Source/web/tests/WebViewTest.cpp
 | 
| +++ b/third_party/WebKit/Source/web/tests/WebViewTest.cpp
 | 
| @@ -2292,7 +2292,7 @@ TEST_F(WebViewTest, HasTouchEventHandlers)
 | 
|      std::string url = m_baseURL + "has_touch_event_handlers.html";
 | 
|      URLTestHelpers::registerMockedURLLoad(toKURL(url), "has_touch_event_handlers.html");
 | 
|      WebViewImpl* webViewImpl = m_webViewHelper.initializeAndLoad(url, true, 0, &client);
 | 
| -    const EventHandlerRegistry::EventHandlerClass touchEvent = EventHandlerRegistry::TouchEvent;
 | 
| +    const EventHandlerRegistry::EventHandlerClass touchEvent = EventHandlerRegistry::TouchEventBlocking;
 | 
|  
 | 
|      // The page is initialized with at least one no-handlers call.
 | 
|      // In practice we get two such calls because WebViewHelper::initializeAndLoad first
 | 
| 
 |