]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - bytecode/StructureStubClearingWatchpoint.h
JavaScriptCore-7600.1.4.9.tar.gz
[apple/javascriptcore.git] / bytecode / StructureStubClearingWatchpoint.h
index 827e816ee948a0587501186cb56368e52c29b5ca..07a66b6383bd0ecd6f050efe4856d95f83d55c8b 100644 (file)
 #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>
@@ -69,7 +68,7 @@ public:
         OwnPtr<StructureStubClearingWatchpoint>& head);
 
 protected:
-    void fireInternal();
+    virtual void fireInternal() override;
 
 private:
     WatchpointsOnStructureStubInfo& m_holder;