Unreviewed, rolling out r206522.

Roll r206506 back in since the build fix landed in r206521

Reverted changeset:

"Unreviewed, rolling out r206506."
https://bugs.webkit.org/show_bug.cgi?id=162682
http://trac.webkit.org/changeset/206522

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@206525 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/JavaScriptCore/bytecode/CallMode.h b/Source/JavaScriptCore/bytecode/CallMode.h
index bf21d86..02d90e1 100644
--- a/Source/JavaScriptCore/bytecode/CallMode.h
+++ b/Source/JavaScriptCore/bytecode/CallMode.h
@@ -23,8 +23,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-#ifndef CallMode_h
-#define CallMode_h
+#pragma once
 
 #include "CodeSpecializationKind.h"
 
@@ -50,6 +49,3 @@
 void printInternal(PrintStream&, JSC::CallMode);
 
 } // namespace WTF
-
-#endif // CallMode_h
-