summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/dfg/DFGOSRExitJumpPlaceholder.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/dfg/DFGOSRExitJumpPlaceholder.h')
-rw-r--r--Source/JavaScriptCore/dfg/DFGOSRExitJumpPlaceholder.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGOSRExitJumpPlaceholder.h b/Source/JavaScriptCore/dfg/DFGOSRExitJumpPlaceholder.h
index 4e016a406..868a4fa50 100644
--- a/Source/JavaScriptCore/dfg/DFGOSRExitJumpPlaceholder.h
+++ b/Source/JavaScriptCore/dfg/DFGOSRExitJumpPlaceholder.h
@@ -23,10 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef DFGOSRExitJumpPlaceholder_h
-#define DFGOSRExitJumpPlaceholder_h
-
-#include <wtf/Platform.h>
+#pragma once
#if ENABLE(DFG_JIT)
@@ -66,6 +63,3 @@ private:
} } // namespace JSC::DFG
#endif // ENABLE(DFG_JIT)
-
-#endif // DFGOSRExitJumpPlaceholder_h
-