From 1bf1084f2b10c3b47fd1a588d85d21ed0eb41d0c Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 27 Jun 2017 06:07:23 +0000 Subject: webkitgtk-2.16.5 --- Source/JavaScriptCore/ftl/FTLForOSREntryJITCode.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'Source/JavaScriptCore/ftl/FTLForOSREntryJITCode.h') 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 +#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 - -- cgit v1.2.1