diff options
Diffstat (limited to 'JavaScriptCore/runtime/JSActivation.h')
-rw-r--r-- | JavaScriptCore/runtime/JSActivation.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/JavaScriptCore/runtime/JSActivation.h b/JavaScriptCore/runtime/JSActivation.h index 761bee4..ece8753 100644 --- a/JavaScriptCore/runtime/JSActivation.h +++ b/JavaScriptCore/runtime/JSActivation.h @@ -31,7 +31,6 @@ #include "CodeBlock.h" #include "JSVariableObject.h" -#include "RegisterFile.h" #include "SymbolTable.h" #include "Nodes.h" @@ -89,7 +88,7 @@ namespace JSC { RefPtr<FunctionExecutable> functionExecutable; }; - static JSValue argumentsGetter(ExecState*, const Identifier&, const PropertySlot&); + static JSValue argumentsGetter(ExecState*, JSValue, const Identifier&); NEVER_INLINE PropertySlot::GetValueFunc getArgumentsGetter(); JSActivationData* d() const { return static_cast<JSActivationData*>(JSVariableObject::d); } |