Index: third_party/WebKit/Source/core/dom/Element.cpp |
diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp |
index 5ff62967e326ce3888314c78ce9357148d38ec0d..140d455e75a89aa7b4d109010169d4e0a1e98fbd 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.cpp |
+++ b/third_party/WebKit/Source/core/dom/Element.cpp |
@@ -2792,7 +2792,7 @@ void Element::releasePointerCapture(int pointerId, ExceptionState& exceptionStat |
} |
} |
-bool Element::hasPointerCapture(int pointerId) |
+bool Element::hasPointerCapture(int pointerId) const |
{ |
return document().frame() && document().frame()->eventHandler().hasPointerCapture(pointerId, this); |
} |