From 10e26244192e7cb25663f6dbf47aec215563c038 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Fri, 3 Jul 2020 14:21:27 +0000 Subject: Issue #618 - Match JSAPI names with the changes in 9ca74147225eed305e28c7887f9b2251aeeb0f36 Ref: BZ 1388728 --- dom/base/nsJSUtils.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dom/base/nsJSUtils.h') diff --git a/dom/base/nsJSUtils.h b/dom/base/nsJSUtils.h index 4affab2d3..9eea6ae83 100644 --- a/dom/base/nsJSUtils.h +++ b/dom/base/nsJSUtils.h @@ -116,11 +116,11 @@ public: JS::CompileOptions &aCompileOptions, JS::MutableHandle aModule); - static nsresult ModuleDeclarationInstantiation(JSContext* aCx, - JS::Handle aModule); + static nsresult ModuleInstantiate(JSContext* aCx, + JS::Handle aModule); - static nsresult ModuleEvaluation(JSContext* aCx, - JS::Handle aModule); + static nsresult ModuleEvaluate(JSContext* aCx, + JS::Handle aModule); // Returns false if an exception got thrown on aCx. Passing a null // aElement is allowed; that wil produce an empty aScopeChain. -- cgit v1.2.3