From 7fbc0f5b38e1aade586f0c353862ca971ac5cf22 Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Thu, 17 Dec 2015 13:20:00 -0800 Subject: use upstream v8 instead of v8-native-prototype --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index fba67fcd..ecf8fc61 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "third_party/v8-native-prototype"] - path = third_party/v8-native-prototype - url = https://github.com/WebAssembly/v8-native-prototype [submodule "third_party/testsuite"] path = third_party/testsuite url = https://github.com/WebAssembly/testsuite +[submodule "third_party/v8/v8"] + path = third_party/v8/v8 + url = https://chromium.googlesource.com/v8/v8.git -- cgit v1.2.3