#define StructureStubClearingWatchpoint_h
#include "Watchpoint.h"
-#include <wtf/Platform.h>
#if ENABLE(JIT)
-#include <wtf/FastAllocBase.h>
+#include <wtf/FastMalloc.h>
#include <wtf/Noncopyable.h>
#include <wtf/OwnPtr.h>
#include <wtf/PassOwnPtr.h>
OwnPtr<StructureStubClearingWatchpoint>& head);
protected:
- void fireInternal();
+ virtual void fireInternal() override;
private:
WatchpointsOnStructureStubInfo& m_holder;