summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--build/temp_gyp/v8.gyp2
2 files changed, 3 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 9f83938..4c533cb 100644
--- a/DEPS
+++ b/DEPS
@@ -29,7 +29,7 @@ deps = {
"http://gyp.googlecode.com/svn/trunk@428",
"src/v8":
- "http://v8.googlecode.com/svn/trunk@1692",
+ "http://v8.googlecode.com/svn/trunk@1702",
"src/webkit/data/layout_tests/LayoutTests":
Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
diff --git a/build/temp_gyp/v8.gyp b/build/temp_gyp/v8.gyp
index a7b340b..ab9c8f2 100644
--- a/build/temp_gyp/v8.gyp
+++ b/build/temp_gyp/v8.gyp
@@ -92,6 +92,8 @@
'../../v8/src/frames-inl.h',
'../../v8/src/frames.cc',
'../../v8/src/frames.h',
+ '../../v8/src/func-name-inferrer.cc',
+ '../../v8/src/func-name-inferrer.h',
'../../v8/src/global-handles.cc',
'../../v8/src/global-handles.h',
'../../v8/src/globals.h',