summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-06-01 16:23:13 +0100
committerSteve Block <steveblock@google.com>2011-06-03 11:43:37 +0100
commit1bd4c0fcb5dd28e4f241037f9748b12f4bc731a1 (patch)
tree8060549d9f61e792caa368644c2d19c4fbe52007 /src
parent44f0eee88ff00398ff7f715fab053374d808c90d (diff)
downloadandroid_external_v8-1bd4c0fcb5dd28e4f241037f9748b12f4bc731a1.tar.gz
android_external_v8-1bd4c0fcb5dd28e4f241037f9748b12f4bc731a1.tar.bz2
android_external_v8-1bd4c0fcb5dd28e4f241037f9748b12f4bc731a1.zip
Update V8 to r7427: Fix missing include in global-handles.h
Partial cherry-pick of http://code.google.com/p/v8/source/detail?r=7579 We can't cherry-pick the entire change because it touches code we don't yet have. Change-Id: Ia606ab7049ffa66da61d965c6fa23a9b42a22fca
Diffstat (limited to 'src')
-rw-r--r--src/global-handles.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/global-handles.h b/src/global-handles.h
index a6afb2dc..b77fcb79 100644
--- a/src/global-handles.h
+++ b/src/global-handles.h
@@ -30,6 +30,8 @@
#include "list-inl.h"
+#include "../include/v8-profiler.h"
+
namespace v8 {
namespace internal {