summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/runtime/PropertyStorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/runtime/PropertyStorage.h')
-rw-r--r--Source/JavaScriptCore/runtime/PropertyStorage.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/JavaScriptCore/runtime/PropertyStorage.h b/Source/JavaScriptCore/runtime/PropertyStorage.h
index 3d7bb020c..7efa52b86 100644
--- a/Source/JavaScriptCore/runtime/PropertyStorage.h
+++ b/Source/JavaScriptCore/runtime/PropertyStorage.h
@@ -23,8 +23,7 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef PropertyStorage_h
-#define PropertyStorage_h
+#pragma once
#include "WriteBarrier.h"
@@ -34,6 +33,3 @@ typedef WriteBarrierBase<Unknown>* PropertyStorage;
typedef const WriteBarrierBase<Unknown>* ConstPropertyStorage;
} // namespace JSC
-
-#endif // PropertyStorage_h
-