Index: third_party/WebKit/Source/wtf/HashMap.h |
diff --git a/third_party/WebKit/Source/wtf/HashMap.h b/third_party/WebKit/Source/wtf/HashMap.h |
index cb6a72f30ebed081e32d254c0f893d754fab0c25..ce558b4806834bebc1f4586e207451675c5f6844 100644 |
--- a/third_party/WebKit/Source/wtf/HashMap.h |
+++ b/third_party/WebKit/Source/wtf/HashMap.h |
@@ -518,14 +518,6 @@ inline void copyValuesToVector(const HashMap<T, U, V, W, X, Y>& collection, Z& v |
vector[i] = *it; |
} |
-#if !ENABLE(OILPAN) |
-template <typename T, typename U, typename V, typename W, typename X> |
-struct NeedsTracing<HashMap<T, U, V, W, X>> { |
- STATIC_ONLY(NeedsTracing); |
- static const bool value = false; |
-}; |
-#endif |
- |
} // namespace WTF |
using WTF::HashMap; |