diff options
Diffstat (limited to 'Source/JavaScriptCore/profiler/ProfilerCompiledBytecode.h')
-rw-r--r-- | Source/JavaScriptCore/profiler/ProfilerCompiledBytecode.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/JavaScriptCore/profiler/ProfilerCompiledBytecode.h b/Source/JavaScriptCore/profiler/ProfilerCompiledBytecode.h index 84044445a..5f8e4dfe5 100644 --- a/Source/JavaScriptCore/profiler/ProfilerCompiledBytecode.h +++ b/Source/JavaScriptCore/profiler/ProfilerCompiledBytecode.h @@ -23,8 +23,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef ProfilerCompiledBytecode_h -#define ProfilerCompiledBytecode_h +#pragma once #include "JSCJSValue.h" #include "ProfilerOriginStack.h" @@ -50,6 +49,3 @@ private: }; } } // namespace JSC::Profiler - -#endif // ProfilerCompiledBytecode_h - |