summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/dfg/DFGInlineCacheWrapperInlines.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/dfg/DFGInlineCacheWrapperInlines.h')
-rw-r--r--Source/JavaScriptCore/dfg/DFGInlineCacheWrapperInlines.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGInlineCacheWrapperInlines.h b/Source/JavaScriptCore/dfg/DFGInlineCacheWrapperInlines.h
index 2035e8313..dcc33cbc7 100644
--- a/Source/JavaScriptCore/dfg/DFGInlineCacheWrapperInlines.h
+++ b/Source/JavaScriptCore/dfg/DFGInlineCacheWrapperInlines.h
@@ -23,8 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef DFGInlineCacheWrapperInlines_h
-#define DFGInlineCacheWrapperInlines_h
+#pragma once
#if ENABLE(DFG_JIT)
@@ -43,6 +42,3 @@ void InlineCacheWrapper<GeneratorType>::finalize(LinkBuffer& linkBuffer)
} } // namespace JSC::DFG
#endif // ENABLE(DFG_JIT)
-
-#endif // DFGInlineCacheWrapperInlines_h
-