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