summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/profiler/ProfilerExecutionCounter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/profiler/ProfilerExecutionCounter.h')
-rw-r--r--Source/JavaScriptCore/profiler/ProfilerExecutionCounter.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/JavaScriptCore/profiler/ProfilerExecutionCounter.h b/Source/JavaScriptCore/profiler/ProfilerExecutionCounter.h
index 8989e38b5..e11747c3b 100644
--- a/Source/JavaScriptCore/profiler/ProfilerExecutionCounter.h
+++ b/Source/JavaScriptCore/profiler/ProfilerExecutionCounter.h
@@ -23,8 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef ProfilerExecutionCounter_h
-#define ProfilerExecutionCounter_h
+#pragma once
#include <wtf/FastMalloc.h>
#include <wtf/Noncopyable.h>
@@ -45,6 +44,3 @@ private:
};
} } // namespace JSC::Profiler
-
-#endif // ProfilerExecutionCounter_h
-