Index: src/wasm/wasm-module.h |
diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h |
index 083776cb66b1c9f016b0ee702ddcbf6ad1b6e127..ff5ed0fd178993ca6396522cf2e7fc18dc66f675 100644 |
--- a/src/wasm/wasm-module.h |
+++ b/src/wasm/wasm-module.h |
@@ -419,9 +419,9 @@ 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, Handle<String> name, |
+ ErrorThrower* thrower); |
V8_EXPORT_PRIVATE bool ValidateModuleBytes(Isolate* isolate, const byte* start, |
const byte* end, |