| Index: Source/core/events/NodeEventContext.h
|
| diff --git a/Source/core/events/NodeEventContext.h b/Source/core/events/NodeEventContext.h
|
| index ffc03c4ae35dceeea0d042ceea79a6e625155735..1e4bf521aa37c12aa09761136a78e1f05187daa8 100644
|
| --- a/Source/core/events/NodeEventContext.h
|
| +++ b/Source/core/events/NodeEventContext.h
|
| @@ -65,14 +65,6 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#if !ENABLE(OILPAN)
|
| WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS(blink::NodeEventContext);
|
| -#else
|
| -namespace WTF {
|
| -template <> struct VectorTraits<blink::NodeEventContext> : SimpleClassVectorTraits<blink::NodeEventContext> {
|
| - static const bool needsDestruction = false;
|
| -};
|
| -}
|
| -#endif
|
|
|
| #endif // NodeEventContext_h
|
|
|