diff options
| author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-11-08 18:19:26 +0100 |
|---|---|---|
| committer | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-11-08 18:19:27 +0100 |
| commit | c617e2a25aca6cb95ab9d1a7cc55b363a12e861e (patch) | |
| tree | 6d6f74338e81973c5f5d11984d822ee450205074 /Source/JavaScriptCore/bytecode | |
| parent | 056b920c01121c095b20fa7ee3886c0bfebd3536 (diff) | |
| parent | 8c7a7606acbb2083c8077cce57054f43744cb1c0 (diff) | |
| download | qtwebkit-c617e2a25aca6cb95ab9d1a7cc55b363a12e861e.tar.gz | |
Merge remote-tracking branch 'origin/stable' into dev
Change-Id: I4e82a7abec9b95d3148e1eddc786ee5a16d1f768
Diffstat (limited to 'Source/JavaScriptCore/bytecode')
| -rw-r--r-- | Source/JavaScriptCore/bytecode/ArrayProfile.cpp | 1 | ||||
| -rw-r--r-- | Source/JavaScriptCore/bytecode/PreciseJumpTargets.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/bytecode/ArrayProfile.cpp b/Source/JavaScriptCore/bytecode/ArrayProfile.cpp index ae3c8f94a..7ea31da10 100644 --- a/Source/JavaScriptCore/bytecode/ArrayProfile.cpp +++ b/Source/JavaScriptCore/bytecode/ArrayProfile.cpp @@ -24,6 +24,7 @@ */ #include "config.h" +#include "JSCellInlines.h" #include "ArrayProfile.h" #include "CodeBlock.h" diff --git a/Source/JavaScriptCore/bytecode/PreciseJumpTargets.cpp b/Source/JavaScriptCore/bytecode/PreciseJumpTargets.cpp index 0cdf51a98..b789da104 100644 --- a/Source/JavaScriptCore/bytecode/PreciseJumpTargets.cpp +++ b/Source/JavaScriptCore/bytecode/PreciseJumpTargets.cpp @@ -24,6 +24,7 @@ */ #include "config.h" +#include "JSCellInlines.h" #include "PreciseJumpTargets.h" namespace JSC { |
