diff options
Diffstat (limited to 'Source/JavaScriptCore/dfg/DFGOSREntrypointCreationPhase.h')
-rw-r--r-- | Source/JavaScriptCore/dfg/DFGOSREntrypointCreationPhase.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGOSREntrypointCreationPhase.h b/Source/JavaScriptCore/dfg/DFGOSREntrypointCreationPhase.h index a76372126..a5c73fa5b 100644 --- a/Source/JavaScriptCore/dfg/DFGOSREntrypointCreationPhase.h +++ b/Source/JavaScriptCore/dfg/DFGOSREntrypointCreationPhase.h @@ -23,10 +23,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef DFGOSREntrypointCreationPhase_h -#define DFGOSREntrypointCreationPhase_h - -#include <wtf/Platform.h> +#pragma once #if ENABLE(DFG_JIT) @@ -49,6 +46,3 @@ bool performOSREntrypointCreation(Graph&); } } // namespace JSC::DFG #endif // ENABLE(DFG_JIT) - -#endif // DFGOSREntrypointCreationPhase_h - |