| Index: sky/engine/wtf/DefaultAllocator.h
|
| diff --git a/sky/engine/wtf/DefaultAllocator.h b/sky/engine/wtf/DefaultAllocator.h
|
| index c87bfb11ff3ed503e7eac3bf1d353f6acbcddc0c..f6c1800e7fc63005030e8430b3e00a5b126cb5bb 100644
|
| --- a/sky/engine/wtf/DefaultAllocator.h
|
| +++ b/sky/engine/wtf/DefaultAllocator.h
|
| @@ -60,7 +60,6 @@ public:
|
| class DefaultAllocator {
|
| public:
|
| typedef DefaultAllocatorQuantizer Quantizer;
|
| - typedef DefaultAllocatorDummyVisitor Visitor;
|
| static const bool isGarbageCollected = false;
|
| template<typename T, typename Traits>
|
| struct VectorBackingHelper {
|
|
|