1 diff --git a/src/qml/jsruntime/qv4engine.cpp b/src/qml/jsruntime/qv4engine.cpp
2 index 852cde9e..165f1b57 100644
3 --- a/src/qml/jsruntime/qv4engine.cpp
4 +++ b/src/qml/jsruntime/qv4engine.cpp
5 @@ -2093,7 +2093,7 @@ void ExecutionEngine::registerModule(const QString &_name, const QJSValue &modul
7 bool ExecutionEngine::diskCacheEnabled() const
9 - return (!disableDiskCache() && !debugger()) || forceDiskCache();
10 + return forceDiskCache();
13 void ExecutionEngine::callInContext(QV4::Function *function, QObject *self,