diff options
Diffstat (limited to 'Source/JavaScriptCore/heap/StrongInlines.h')
-rw-r--r-- | Source/JavaScriptCore/heap/StrongInlines.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/JavaScriptCore/heap/StrongInlines.h b/Source/JavaScriptCore/heap/StrongInlines.h index e1fbe90d2..6b8197c68 100644 --- a/Source/JavaScriptCore/heap/StrongInlines.h +++ b/Source/JavaScriptCore/heap/StrongInlines.h @@ -23,8 +23,7 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef StrongInlines_h -#define StrongInlines_h +#pragma once #include "VM.h" @@ -53,5 +52,3 @@ inline void Strong<T>::set(VM& vm, ExternalType value) } } // namespace JSC - -#endif // StrongInlines_h |