Gardening: fix build breakage.

Not reviewed.

* interpreter/CallFrame.h:



git-svn-id: http://svn.webkit.org/repository/webkit/trunk@163228 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/JavaScriptCore/interpreter/CallFrame.h b/Source/JavaScriptCore/interpreter/CallFrame.h
index 77c4b81..eb686fe 100644
--- a/Source/JavaScriptCore/interpreter/CallFrame.h
+++ b/Source/JavaScriptCore/interpreter/CallFrame.h
@@ -52,7 +52,7 @@
 
         bool hasActivation() const { return !!uncheckedActivation(); }
         JSActivation* activation() const;
-        inline JSValue uncheckedActivation() const;
+        JSValue uncheckedActivation() const;
 
         // Global object in which execution began.
         JS_EXPORT_PRIVATE JSGlobalObject* vmEntryGlobalObject();