From 830376c9621dc8ada8e63b8b15f9abf856facfef Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 24 Aug 2015 16:18:11 +0200 Subject: Rename currentExecutionContext to currentContext Now that the other method is gone, let's use the shorter currentContext Change-Id: I2a6fb3b77f83a1ffdf314ad29081e303d17030ed Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/jsruntime/qv4script.cpp') diff --git a/src/qml/jsruntime/qv4script.cpp b/src/qml/jsruntime/qv4script.cpp index 4c5a560aed..a9cbb58ad6 100644 --- a/src/qml/jsruntime/qv4script.cpp +++ b/src/qml/jsruntime/qv4script.cpp @@ -123,7 +123,7 @@ ReturnedValue QmlBindingWrapper::call(const Managed *that, CallData *callData) if (!f) return QV4::Encode::undefined(); - Scoped ctx(scope, v4->currentExecutionContext->newCallContext(This, callData)); + Scoped ctx(scope, v4->currentContext->newCallContext(This, callData)); v4->pushContext(ctx); ScopedValue result(scope, Q_V4_PROFILE(v4, f)); -- cgit v1.2.3