summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/ftl/FTLForOSREntryJITCode.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2017-06-27 06:07:23 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2017-06-27 06:07:23 +0000
commit1bf1084f2b10c3b47fd1a588d85d21ed0eb41d0c (patch)
tree46dcd36c86e7fbc6e5df36deb463b33e9967a6f7 /Source/JavaScriptCore/ftl/FTLForOSREntryJITCode.h
parent32761a6cee1d0dee366b885b7b9c777e67885688 (diff)
downloadWebKitGtk-tarball-master.tar.gz
Diffstat (limited to 'Source/JavaScriptCore/ftl/FTLForOSREntryJITCode.h')
-rw-r--r--Source/JavaScriptCore/ftl/FTLForOSREntryJITCode.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/Source/JavaScriptCore/ftl/FTLForOSREntryJITCode.h b/Source/JavaScriptCore/ftl/FTLForOSREntryJITCode.h
index 8d863a129..06db3dedb 100644
--- a/Source/JavaScriptCore/ftl/FTLForOSREntryJITCode.h
+++ b/Source/JavaScriptCore/ftl/FTLForOSREntryJITCode.h
@@ -23,10 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef FTLForOSREntryJITCode_h
-#define FTLForOSREntryJITCode_h
-
-#include <wtf/Platform.h>
+#pragma once
#if ENABLE(FTL_JIT)
@@ -48,7 +45,7 @@ public:
ForOSREntryJITCode();
~ForOSREntryJITCode();
- void initializeEntryBuffer(VM&, unsigned numCalleeRegisters);
+ void initializeEntryBuffer(VM&, unsigned numCalleeLocals);
ScratchBuffer* entryBuffer() const { return m_entryBuffer; }
void setBytecodeIndex(unsigned value) { m_bytecodeIndex = value; }
@@ -68,6 +65,3 @@ private:
} } // namespace JSC::FTL
#endif // ENABLE(FLT_JIT)
-
-#endif // FTLForOSREntryJITCode_h
-