| Index: third_party/WebKit/Source/wtf/ListHashSet.h
 | 
| diff --git a/third_party/WebKit/Source/wtf/ListHashSet.h b/third_party/WebKit/Source/wtf/ListHashSet.h
 | 
| index 2f3ae61e60e3a5be49311ee366a540d46540267f..135c6b56df200907c1c91227ec1797944da57d52 100644
 | 
| --- a/third_party/WebKit/Source/wtf/ListHashSet.h
 | 
| +++ b/third_party/WebKit/Source/wtf/ListHashSet.h
 | 
| @@ -1034,13 +1034,6 @@ void ListHashSet<T, inlineCapacity, U, V>::trace(VisitorDispatcher visitor)
 | 
|      m_impl.trace(visitor);
 | 
|  }
 | 
|  
 | 
| -#if !ENABLE(OILPAN)
 | 
| -template <typename T, size_t U, typename V>
 | 
| -struct NeedsTracing<ListHashSet<T, U, V>> {
 | 
| -    static const bool value = false;
 | 
| -};
 | 
| -#endif
 | 
| -
 | 
|  } // namespace WTF
 | 
|  
 | 
|  using WTF::ListHashSet;
 | 
| 
 |