summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/runtime/Microtask.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/runtime/Microtask.h')
-rw-r--r--Source/JavaScriptCore/runtime/Microtask.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/JavaScriptCore/runtime/Microtask.h b/Source/JavaScriptCore/runtime/Microtask.h
index f996a7c75..9c4f27465 100644
--- a/Source/JavaScriptCore/runtime/Microtask.h
+++ b/Source/JavaScriptCore/runtime/Microtask.h
@@ -23,8 +23,7 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef Microtask_h
-#define Microtask_h
+#pragma once
#include <wtf/RefCounted.h>
@@ -42,5 +41,3 @@ public:
};
} // namespace JSC
-
-#endif // Microtask_h