| Index: third_party/WebKit/Source/platform/heap/Member.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/Member.h b/third_party/WebKit/Source/platform/heap/Member.h
|
| index befa57bf57efbe0aff66b15d3327e01903ebe75f..f342ba79f7e4751234d23411a47e357d0d3ddcb4 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Member.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Member.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "wtf/Allocator.h"
|
| #include "wtf/HashFunctions.h"
|
| +#include "wtf/HashTraits.h"
|
|
|
| namespace blink {
|
|
|
| @@ -321,4 +322,3 @@ struct IsTraceable<blink::WeakMember<T>> {
|
| } // namespace WTF
|
|
|
| #endif // Member_h
|
| -
|
|
|