| Index: Source/wtf/ListHashSet.h
|
| diff --git a/Source/wtf/ListHashSet.h b/Source/wtf/ListHashSet.h
|
| index c5455a412cb78dea6ac513401a20ed0a0cfdee69..55afc61a14c78c1a42891c8b594facbc7b368255 100644
|
| --- a/Source/wtf/ListHashSet.h
|
| +++ b/Source/wtf/ListHashSet.h
|
| @@ -167,7 +167,6 @@ namespace WTF {
|
| ValuePassOutType take(ValuePeekInType);
|
| ValuePassOutType takeFirst();
|
|
|
| - typedef int HasInlinedTraceMethodMarker;
|
| template<typename VisitorDispatcher>
|
| void trace(VisitorDispatcher);
|
|
|
| @@ -394,7 +393,6 @@ namespace WTF {
|
| allocator->deallocate(this);
|
| }
|
|
|
| - typedef int HasInlinedTraceMethodMarker;
|
| // This is not called in normal tracing, but it is called if we find a
|
| // pointer to a node on the stack using conservative scanning. Since
|
| // the original ListHashSet may no longer exist we make sure to mark
|
|
|