diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-09-04 16:01:43 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-09-07 08:17:10 (GMT) |
commit | c2fccced314dbbafdda965602a71f1ef13c749d2 (patch) | |
tree | 68dcc7766595b45c88e54e045258e1685b6652c3 /src/3rdparty/webkit/JavaScriptCore/bytecode | |
parent | acc3a45f557253329fbb693fd112808a148f83f6 (diff) | |
download | Qt-c2fccced314dbbafdda965602a71f1ef13c749d2.zip Qt-c2fccced314dbbafdda965602a71f1ef13c749d2.tar.gz Qt-c2fccced314dbbafdda965602a71f1ef13c749d2.tar.bz2 |
make JavaScriptCore compile on HPUX
Get rid of circular dependency (don't include StructureChain.h from Structure.h).
Disable some time stuff that isn't available on HPUX.
Reviewed-by: Simon Hausmann
Diffstat (limited to 'src/3rdparty/webkit/JavaScriptCore/bytecode')
-rw-r--r-- | src/3rdparty/webkit/JavaScriptCore/bytecode/Instruction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/webkit/JavaScriptCore/bytecode/Instruction.h b/src/3rdparty/webkit/JavaScriptCore/bytecode/Instruction.h index eeeac6f..594c4dd 100644 --- a/src/3rdparty/webkit/JavaScriptCore/bytecode/Instruction.h +++ b/src/3rdparty/webkit/JavaScriptCore/bytecode/Instruction.h @@ -32,6 +32,7 @@ #include "MacroAssembler.h" #include "Opcode.h" #include "Structure.h" +#include "StructureChain.h" #include <wtf/VectorTraits.h> #define POLYMORPHIC_LIST_CACHE_SIZE 8 |