summaryrefslogtreecommitdiffstats
path: root/src/small-pointer-list.h
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2017-01-17 12:11:28 +0000
committerBen Murdoch <benm@google.com>2017-01-18 14:32:11 +0000
commitf3b273f5e6ffd2f6ba1c18a27a17db41dfb113c3 (patch)
treee748f964837dfc9e4b961000ddacb2965c629d9f /src/small-pointer-list.h
parenta7e90cde16bf95fddae4a5156268e449da86ee36 (diff)
downloadandroid_external_v8-f3b273f5e6ffd2f6ba1c18a27a17db41dfb113c3.tar.gz
android_external_v8-f3b273f5e6ffd2f6ba1c18a27a17db41dfb113c3.tar.bz2
android_external_v8-f3b273f5e6ffd2f6ba1c18a27a17db41dfb113c3.zip
Merge V8 5.5.372.32
Test: Manual, built and ran D8 Change-Id: I831a5491f74342c2675bb6fe1e24a2258e493758
Diffstat (limited to 'src/small-pointer-list.h')
-rw-r--r--src/small-pointer-list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/small-pointer-list.h b/src/small-pointer-list.h
index 9ece2490..ac5ecaae 100644
--- a/src/small-pointer-list.h
+++ b/src/small-pointer-list.h
@@ -7,7 +7,7 @@
#include "src/base/logging.h"
#include "src/globals.h"
-#include "src/zone.h"
+#include "src/zone/zone.h"
namespace v8 {
namespace internal {