Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(751)

Unified Diff: src/builtins.cc

Issue 2057403003: Hooking up asm-wasm conversion. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/builtins.cc
diff --git a/src/builtins.cc b/src/builtins.cc
index e5b6660c394d0d29bae2b179f98bbc923efaae61..ca100ec88259b24fa7d349dd3056c397b1ebea05 100644
--- a/src/builtins.cc
+++ b/src/builtins.cc
@@ -27,6 +27,7 @@
#include "src/string-builder.h"
#include "src/uri.h"
#include "src/vm-state-inl.h"
+#include "src/wasm/wasm-js.h"
Michael Starzinger 2016/06/29 08:29:23 nit: Include shouldn't be needed anymore. Let's dr
bradn 2016/06/30 07:59:35 Done.
namespace v8 {
namespace internal {

Powered by Google App Engine
This is Rietveld 408576698