--- qtwebkit/Source/JavaScriptCore/runtime/JSObject.cpp.orig 2016-01-03 12:11:49.398996466 +0000 +++ qtwebkit/Source/JavaScriptCore/runtime/JSObject.cpp 2016-01-03 12:15:16.905660652 +0000 @@ -1909,6 +1909,11 @@ } } +// Used in JSArray.cpp so we must instantiate explicit +template void JSObject::putByIndexBeyondVectorLengthWithoutAttributes(ExecState* exec, unsigned i, JSValue value); +template void JSObject::putByIndexBeyondVectorLengthWithoutAttributes(ExecState* exec, unsigned i, JSValue value); +template void JSObject::putByIndexBeyondVectorLengthWithoutAttributes(ExecState* exec, unsigned i, JSValue value); + void JSObject::putByIndexBeyondVectorLengthWithArrayStorage(ExecState* exec, unsigned i, JSValue value, bool shouldThrow, ArrayStorage* storage) { VM& vm = exec->vm();