| Index: Source/platform/Timer.h
|
| diff --git a/Source/platform/Timer.h b/Source/platform/Timer.h
|
| index d7bed33f1864d2e97ad372c21533173fd10d47ae..25b99322e92880413f7dbce9110affa36fd76b21 100644
|
| --- a/Source/platform/Timer.h
|
| +++ b/Source/platform/Timer.h
|
| @@ -40,7 +40,7 @@ namespace WebCore {
|
| class TimerHeapElement;
|
|
|
| class PLATFORM_EXPORT TimerBase {
|
| - WTF_MAKE_NONCOPYABLE(TimerBase); WTF_MAKE_FAST_ALLOCATED;
|
| + WTF_MAKE_NONCOPYABLE(TimerBase); WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| public:
|
| TimerBase();
|
| virtual ~TimerBase();
|
|
|