Index: Source/core/rendering/RenderObject.cpp |
diff --git a/Source/core/rendering/RenderObject.cpp b/Source/core/rendering/RenderObject.cpp |
index 2aa4fdd45b1d31a40fe9b4a07f74dae9ba66d6ec..06dacca9bbe91bc71543aa06bbc11064c7ac877d 100644 |
--- a/Source/core/rendering/RenderObject.cpp |
+++ b/Source/core/rendering/RenderObject.cpp |
@@ -3320,7 +3320,7 @@ bool RenderObject::isInert() const |
// According to the CSS Box Model Spec (http://dev.w3.org/csswg/css-box/#the-width-and-height-properties) |
// width applies to all elements but non-replaced inline elements, table rows, and row groups and |
// height applies to all elements but non-replaced inline elements, table columns, and column groups. |
-bool RenderObject::visibleForTouchAction() const |
+bool RenderObject::supportsTouchAction() const |
{ |
if (isInline() && !isReplaced()) |
return false; |