aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4sequenceobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4sequenceobject.cpp')
-rw-r--r--src/qml/jsruntime/qv4sequenceobject.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/jsruntime/qv4sequenceobject.cpp b/src/qml/jsruntime/qv4sequenceobject.cpp
index d893973b03..7a357babe7 100644
--- a/src/qml/jsruntime/qv4sequenceobject.cpp
+++ b/src/qml/jsruntime/qv4sequenceobject.cpp
@@ -329,8 +329,6 @@ bool Sequence::virtualPut(Managed *that, PropertyKey id, const Value &value, Val
}
Heap::Sequence *p = static_cast<Sequence *>(that)->d();
- if (p->internalClass->engine->hasException)
- return false;
if (p->isReadOnly()) {
p->internalClass->engine->throwTypeError(