diff options
Diffstat (limited to 'Source/JavaScriptCore/bytecode/JumpTable.h')
-rw-r--r-- | Source/JavaScriptCore/bytecode/JumpTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/bytecode/JumpTable.h b/Source/JavaScriptCore/bytecode/JumpTable.h index 5bbe04710..a01f90cb0 100644 --- a/Source/JavaScriptCore/bytecode/JumpTable.h +++ b/Source/JavaScriptCore/bytecode/JumpTable.h @@ -31,9 +31,9 @@ #define JumpTable_h #include "MacroAssembler.h" -#include "UString.h" #include <wtf/HashMap.h> #include <wtf/Vector.h> +#include <wtf/text/StringImpl.h> namespace JSC { |