Index: third_party/WebKit/Source/core/input/PointerEventManager.cpp |
diff --git a/third_party/WebKit/Source/core/input/PointerEventManager.cpp b/third_party/WebKit/Source/core/input/PointerEventManager.cpp |
index 9f8556979c8d409b9338455f071d73f776cfc2b2..712022e55c13220628f6958281bc4a4cfa3fba15 100644 |
--- a/third_party/WebKit/Source/core/input/PointerEventManager.cpp |
+++ b/third_party/WebKit/Source/core/input/PointerEventManager.cpp |
@@ -317,7 +317,7 @@ void PointerEventManager::blockTouchPointers() |
return; |
m_inCanceledStateForPointerTypeTouch = true; |
- HeapVector<int> touchPointerIds |
+ Vector<int> touchPointerIds |
= m_pointerEventFactory.getPointerIdsOfType(WebPointerProperties::PointerType::Touch); |
for (int pointerId : touchPointerIds) { |