Index: Source/wtf/DefaultAllocator.h |
diff --git a/Source/wtf/DefaultAllocator.h b/Source/wtf/DefaultAllocator.h |
index 004587dec1577b4496b1de2e17f5c1361f077275..226550681a59c6a3708257989fb1901ffb780d31 100644 |
--- a/Source/wtf/DefaultAllocator.h |
+++ b/Source/wtf/DefaultAllocator.h |
@@ -107,10 +107,15 @@ public: |
} |
template<typename T, typename Traits> |
- static void mark(...) |
+ static void trace(...) |
{ |
ASSERT_NOT_REACHED(); |
} |
+ |
+ template<typename T> |
+ struct OtherType { |
+ typedef OtherType Type; |
+ }; |
}; |
// The Windows compiler seems to be very eager to instantiate things it won't |