diff options
author | Gunnar Sletta <gunnar@trolltech.com> | 2009-09-09 08:47:04 (GMT) |
---|---|---|
committer | Gunnar Sletta <gunnar@trolltech.com> | 2009-09-09 08:47:04 (GMT) |
commit | 6bdc4043f4d89da39cbbf67a5db4f0e308b632f1 (patch) | |
tree | e4838e4e7c527b71c72706e85c8b3cc0eef322f8 /src/3rdparty/webkit/JavaScriptCore/runtime/JSGlobalObject.h | |
parent | 67645790afd965e3fdf312d5233d7c2f0dc3619a (diff) | |
parent | c363cd989a07056b0b8ea39e44c719512bb1e619 (diff) | |
download | Qt-6bdc4043f4d89da39cbbf67a5db4f0e308b632f1.zip Qt-6bdc4043f4d89da39cbbf67a5db4f0e308b632f1.tar.gz Qt-6bdc4043f4d89da39cbbf67a5db4f0e308b632f1.tar.bz2 |
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6
Conflicts:
src/opengl/qgl.cpp
src/opengl/qgl_p.h
src/opengl/qpaintengine_opengl.cpp
Diffstat (limited to 'src/3rdparty/webkit/JavaScriptCore/runtime/JSGlobalObject.h')
-rw-r--r-- | src/3rdparty/webkit/JavaScriptCore/runtime/JSGlobalObject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/webkit/JavaScriptCore/runtime/JSGlobalObject.h b/src/3rdparty/webkit/JavaScriptCore/runtime/JSGlobalObject.h index dc11fee..98e9b68 100644 --- a/src/3rdparty/webkit/JavaScriptCore/runtime/JSGlobalObject.h +++ b/src/3rdparty/webkit/JavaScriptCore/runtime/JSGlobalObject.h @@ -27,6 +27,7 @@ #include "NativeFunctionWrapper.h" #include "NumberPrototype.h" #include "StringPrototype.h" +#include "StructureChain.h" #include <wtf/HashSet.h> #include <wtf/OwnPtr.h> |