Index: third_party/WebKit/Source/core/events/PointerEventFactory.cpp |
diff --git a/third_party/WebKit/Source/core/events/PointerEventFactory.cpp b/third_party/WebKit/Source/core/events/PointerEventFactory.cpp |
index a11cc1c727cb48b0eda4849260f3f08d846327c6..e74232868b513f12cc312a879e5c8d85f7599b50 100644 |
--- a/third_party/WebKit/Source/core/events/PointerEventFactory.cpp |
+++ b/third_party/WebKit/Source/core/events/PointerEventFactory.cpp |
@@ -309,9 +309,9 @@ bool PointerEventFactory::remove(const int mappedId) |
return true; |
} |
-HeapVector<int> PointerEventFactory::getPointerIdsOfType(WebPointerProperties::PointerType pointerType) |
+Vector<int> PointerEventFactory::getPointerIdsOfType(WebPointerProperties::PointerType pointerType) |
{ |
- HeapVector<int> mappedIds; |
+ Vector<int> mappedIds; |
for (auto iter = m_pointerIdMapping.begin(); iter != m_pointerIdMapping.end(); ++iter) { |
int mappedId = iter->key; |