Index: third_party/WebKit/Source/core/html/forms/InputTypeView.cpp |
diff --git a/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp b/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp |
index a9d4dfdfb8a6d11fb852f4ab620dd4a511050980..f7a2adbef948e13b72f6f864746f5353e08cdccd 100644 |
--- a/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp |
@@ -226,7 +226,7 @@ void InputTypeView::subtreeHasChanged() |
NOTREACHED(); |
} |
-bool InputTypeView::hasTouchEventHandler() const |
+bool InputTypeView::hasPassiveTouchEventHandler() const |
{ |
return false; |
} |