commit | 8355b387ebec5f35ed7fbfd4d335248c13930a75 | [log] [tgz] |
---|---|---|
author | mark.lam@apple.com <mark.lam@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Sat Feb 01 02:42:30 2014 +0000 |
committer | mark.lam@apple.com <mark.lam@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Sat Feb 01 02:42:30 2014 +0000 |
tree | 35d3152c479a680cb995c6f60901c4b0a1878984 | |
parent | b361d14495f94e6aa00c2ccc4b9473e376038768 [diff] |
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();