Index: third_party/WebKit/Source/wtf/HashSet.h |
diff --git a/third_party/WebKit/Source/wtf/HashSet.h b/third_party/WebKit/Source/wtf/HashSet.h |
index 7b57cbbf4a926d86f5b497611ccfec5a81803270..7cba178df98a1510eae00c5388180ea3b12de8f0 100644 |
--- a/third_party/WebKit/Source/wtf/HashSet.h |
+++ b/third_party/WebKit/Source/wtf/HashSet.h |
@@ -62,12 +62,6 @@ public: |
m_impl.swap(ref.m_impl); |
} |
- void swap(typename Allocator::template OtherType<HashSet>::Type other) |
- { |
- HashSet& ref = Allocator::getOther(other); |
- m_impl.swap(ref.m_impl); |
- } |
- |
unsigned size() const; |
unsigned capacity() const; |
bool isEmpty() const; |