Index: src/asmjs/asm-js.h |
diff --git a/src/asmjs/asm-js.h b/src/asmjs/asm-js.h |
index a2c5cec28019c2aa59eaf133482df8205a002efa..096c915a770119b447c1ca7c3e06ebd14ae412eb 100644 |
--- a/src/asmjs/asm-js.h |
+++ b/src/asmjs/asm-js.h |
@@ -16,7 +16,7 @@ class ParseInfo; |
// Interface to compile and instantiate for asmjs. |
class AsmJs { |
public: |
- static MaybeHandle<FixedArray> ConvertAsmToWasm(ParseInfo* info); |
+ static MaybeHandle<FixedArray> CompileAsmViaWasm(ParseInfo* info); |
static bool IsStdlibValid(Isolate* isolate, Handle<FixedArray> wasm_data, |
Handle<JSReceiver> stdlib); |
static MaybeHandle<Object> InstantiateAsmWasm(Isolate* isolate, |