Merge remote-tracking branch 'origin/stable' into dev
authorSimon Hausmann <simon.hausmann@digia.com>
Fri, 17 Jan 2014 06:11:26 +0000 (07:11 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Fri, 17 Jan 2014 06:12:23 +0000 (07:12 +0100)
Conflicts:
.qmake.conf
src/imports/dialogs/DefaultFileDialog.qml
src/imports/widgets/qquickqfiledialog.cpp

Change-Id: I00de6dd05cb773f01254061d585a82c90b229acd

1  2 
src/qml/compiler/qv4regalloc.cpp
src/qml/jsruntime/qv4context.cpp
src/qml/jsruntime/qv4context_p.h
src/qml/jsruntime/qv4engine.cpp
src/qml/jsruntime/qv4functionobject.cpp
src/qml/jsruntime/qv4mm.cpp
src/quick/items/qquickitem.cpp
src/quick/scenegraph/coreapi/qsgbatchrenderer.cpp
tests/auto/quick/qquickview/tst_qquickview.cpp

Simple merge
Simple merge
Simple merge
Simple merge
@@@ -129,11 -130,9 +129,8 @@@ void FunctionObject::init(const StringR
      Scope s(internalClass->engine);
      ScopedValue protectThis(s, this);
  
 -    type = Type_FunctionObject;
      needsActivation = true;
      strictMode = false;
- #ifndef QT_NO_DEBUG
-      assert(scope->next != (ExecutionContext *)0x1);
- #endif
  
      if (createProto) {
          Scoped<Object> proto(s, scope->engine->newObject(scope->engine->protoClass));
Simple merge
Simple merge