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/profiler/ProfilerBytecode.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'Source/JavaScriptCore/profiler/ProfilerBytecode.h') diff --git a/Source/JavaScriptCore/profiler/ProfilerBytecode.h b/Source/JavaScriptCore/profiler/ProfilerBytecode.h index 8e99c9a09..72c66c5c3 100644 --- a/Source/JavaScriptCore/profiler/ProfilerBytecode.h +++ b/Source/JavaScriptCore/profiler/ProfilerBytecode.h @@ -23,14 +23,16 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef ProfilerBytecode_h -#define ProfilerBytecode_h +#pragma once #include "JSCJSValue.h" -#include "Opcode.h" #include -namespace JSC { namespace Profiler { +namespace JSC { + +enum OpcodeID : unsigned; + +namespace Profiler { class Bytecode { public: @@ -60,6 +62,3 @@ private: inline unsigned getBytecodeIndexForBytecode(Bytecode* bytecode) { return bytecode->bytecodeIndex(); } } } // namespace JSC::Profiler - -#endif // ProfilerBytecode_h - -- cgit v1.2.1