| Index: third_party/WebKit/Source/wtf/LinkedHashSet.h
|
| diff --git a/third_party/WebKit/Source/wtf/LinkedHashSet.h b/third_party/WebKit/Source/wtf/LinkedHashSet.h
|
| index c0319b1bd73ddee532feee148efdbdebb34f7e2a..1cb0e3c303e912c4b22a60351d5135a57d2529c4 100644
|
| --- a/third_party/WebKit/Source/wtf/LinkedHashSet.h
|
| +++ b/third_party/WebKit/Source/wtf/LinkedHashSet.h
|
| @@ -775,14 +775,6 @@ inline void swap(LinkedHashSetNode<T, Allocator>& a, LinkedHashSetNode<T, Alloca
|
| Allocator::leaveGCForbiddenScope();
|
| }
|
|
|
| -#if !ENABLE(OILPAN)
|
| -template<typename T, typename U, typename V>
|
| -struct NeedsTracing<LinkedHashSet<T, U, V>> {
|
| - STATIC_ONLY(NeedsTracing);
|
| - static const bool value = false;
|
| -};
|
| -#endif
|
| -
|
| } // namespace WTF
|
|
|
| using WTF::LinkedHashSet;
|
|
|