diff options
Diffstat (limited to 'Source/JavaScriptCore/runtime/JSNotAnObject.cpp')
-rw-r--r-- | Source/JavaScriptCore/runtime/JSNotAnObject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/runtime/JSNotAnObject.cpp b/Source/JavaScriptCore/runtime/JSNotAnObject.cpp index 682400292..337e3a70c 100644 --- a/Source/JavaScriptCore/runtime/JSNotAnObject.cpp +++ b/Source/JavaScriptCore/runtime/JSNotAnObject.cpp @@ -70,7 +70,7 @@ void JSNotAnObject::put(JSCell*, ExecState* exec, const Identifier& , JSValue, P ASSERT_UNUSED(exec, exec->hadException()); } -void JSNotAnObject::putByIndex(JSCell*, ExecState* exec, unsigned, JSValue) +void JSNotAnObject::putByIndex(JSCell*, ExecState* exec, unsigned, JSValue, bool) { ASSERT_UNUSED(exec, exec->hadException()); } |