| Index: Source/wtf/FastMalloc.h
|
| diff --git a/Source/wtf/FastMalloc.h b/Source/wtf/FastMalloc.h
|
| index 97de93682380d40227107d81cb0951362cda802d..b7e93a6d0f5eb4ab6af5c57e70e0f8e591227995 100644
|
| --- a/Source/wtf/FastMalloc.h
|
| +++ b/Source/wtf/FastMalloc.h
|
| @@ -275,7 +275,7 @@ namespace WTF {
|
| class IteratorWitness {
|
| public:
|
| typedef int Type;
|
| - inline static void verify(Type witness, const T* collection) { }
|
| + inline static void verifyWitness(Type witness, const T* collection) { }
|
| };
|
| typedef int DefaultArgument;
|
| };
|
|
|