diff options
Diffstat (limited to 'Source/JavaScriptCore/runtime/CompilationResult.h')
-rw-r--r-- | Source/JavaScriptCore/runtime/CompilationResult.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/JavaScriptCore/runtime/CompilationResult.h b/Source/JavaScriptCore/runtime/CompilationResult.h index db6a0c46a..203a4f29a 100644 --- a/Source/JavaScriptCore/runtime/CompilationResult.h +++ b/Source/JavaScriptCore/runtime/CompilationResult.h @@ -23,8 +23,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef CompilationResult_h -#define CompilationResult_h +#pragma once #include <wtf/PrintStream.h> @@ -66,6 +65,3 @@ namespace WTF { void printInternal(PrintStream&, JSC::CompilationResult); } // namespace WTF - -#endif // CompilationResult_h - |