Index: src/wasm/wasm-module.h |
diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h |
index ae53f736756f05297d78b32377fdfa57ea7a63ef..cd8e1dce5900f42b685eadb620f73649a1bf5639 100644 |
--- a/src/wasm/wasm-module.h |
+++ b/src/wasm/wasm-module.h |
@@ -400,9 +400,8 @@ V8_EXPORT_PRIVATE Handle<JSArray> GetImports(Isolate* isolate, |
Handle<WasmModuleObject> module); |
V8_EXPORT_PRIVATE Handle<JSArray> GetExports(Isolate* isolate, |
Handle<WasmModuleObject> module); |
- |
-V8_EXPORT_PRIVATE Handle<JSArray> GetExports(Isolate* isolate, |
- Handle<WasmModuleObject> module); |
+V8_EXPORT_PRIVATE Handle<JSArray> GetCustomSections( |
+ Isolate* isolate, Handle<WasmModuleObject> module); |
V8_EXPORT_PRIVATE bool ValidateModuleBytes(Isolate* isolate, const byte* start, |
const byte* end, |