diff options
Diffstat (limited to 'Source/JavaScriptCore/dfg/DFGSilentRegisterSavePlan.h')
| -rw-r--r-- | Source/JavaScriptCore/dfg/DFGSilentRegisterSavePlan.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGSilentRegisterSavePlan.h b/Source/JavaScriptCore/dfg/DFGSilentRegisterSavePlan.h index 31945cea0..800b57324 100644 --- a/Source/JavaScriptCore/dfg/DFGSilentRegisterSavePlan.h +++ b/Source/JavaScriptCore/dfg/DFGSilentRegisterSavePlan.h @@ -23,10 +23,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef DFGSilentRegisterSavePlan_h -#define DFGSilentRegisterSavePlan_h - -#include <wtf/Platform.h> +#pragma once #if ENABLE(DFG_JIT) @@ -126,6 +123,3 @@ private: } } // namespace JSC::DFG #endif // ENABLE(DFG_JIT) - -#endif // DFGSilentRegisterSavePlan_h - |
