summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/profiler/ProfilerOSRExitSite.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/profiler/ProfilerOSRExitSite.h')
-rw-r--r--Source/JavaScriptCore/profiler/ProfilerOSRExitSite.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/JavaScriptCore/profiler/ProfilerOSRExitSite.h b/Source/JavaScriptCore/profiler/ProfilerOSRExitSite.h
index fa418e9b8..1776f1dd8 100644
--- a/Source/JavaScriptCore/profiler/ProfilerOSRExitSite.h
+++ b/Source/JavaScriptCore/profiler/ProfilerOSRExitSite.h
@@ -23,8 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef ProfilerOSRExitSite_h
-#define ProfilerOSRExitSite_h
+#pragma once
#include "JSCJSValue.h"
#include <wtf/Vector.h>
@@ -47,6 +46,3 @@ private:
};
} } // namespace JSC::Profiler
-
-#endif // ProfilerOSRExitSite_h
-