Followup for b9c673621e1e: fixup missed ARM-only includes of jsvector/jshashtable

This commit is contained in:
Luke Wagner 2011-10-11 08:50:50 -07:00
parent 00fbb506c0
commit 5ad2324343
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
#define SegmentedVector_h
#include "jsprvtd.h"
#include "jsvector.h"
#include "js/Vector.h"
namespace WTF {

View File

@ -45,7 +45,7 @@ supporting internal functions that are not used by other modules. */
#include <string.h>
#include "yarr/ASCIICType.h"
#include "jsvector.h"
#include "js/Vector.h"
using namespace WTF;