]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - dfg/DFGOSRExit.h
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / dfg / DFGOSRExit.h
index a0235342014bc5ed229c60a7d34b54277a7b5a5c..d336d04433907352a1bf1e168604f0322c4868f2 100644 (file)
@@ -32,7 +32,6 @@
 #include "DFGCommon.h"
 #include "DFGExitProfile.h"
 #include "DFGOSRExitBase.h"
-#include "DFGValueRecoveryOverride.h"
 #include "GPRInfo.h"
 #include "MacroAssembler.h"
 #include "MethodOfGettingAValueProfile.h"
@@ -102,11 +101,9 @@ struct OSRExit : public OSRExitBase {
 
     unsigned m_streamIndex;
     
-    RefPtr<ValueRecoveryOverride> m_valueRecoveryOverride;
-    
-    bool considerAddingAsFrequentExitSite(CodeBlock* profiledCodeBlock)
+    void considerAddingAsFrequentExitSite(CodeBlock* profiledCodeBlock)
     {
-        return OSRExitBase::considerAddingAsFrequentExitSite(profiledCodeBlock, ExitFromDFG);
+        OSRExitBase::considerAddingAsFrequentExitSite(profiledCodeBlock, ExitFromDFG);
     }
 };