aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4exception.cpp')
-rw-r--r--src/qml/jsruntime/qv4exception.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4exception.cpp b/src/qml/jsruntime/qv4exception.cpp
index 35a4f726e2..2c42e6f773 100644
--- a/src/qml/jsruntime/qv4exception.cpp
+++ b/src/qml/jsruntime/qv4exception.cpp
@@ -101,7 +101,7 @@ Exception::Exception(ExecutionContext *throwingContext, const Value &exceptionVa
Exception::~Exception()
{
assert(accepted);
- e->exceptionValue = Value::undefinedValue();
+ e->exceptionValue = Primitive::undefinedValue();
}
void Exception::accept(ExecutionContext *catchingContext)