1320408 - Change JSScript::sourceDataWithPrelude to static method

UXP Interdiff
This commit is contained in:
Gaming4JC 2019-06-08 21:29:59 -04:00 committed by Roy Tam
commit 68b04671cb
2 changed files with 5 additions and 5 deletions

View file

@ -1519,7 +1519,7 @@ class JSScript : public js::gc::TenuredCell
bool mayReadFrameArgsDirectly();
static JSFlatString* sourceData(JSContext* cx, JS::HandleScript script);
JSFlatString* sourceDataWithPrelude(JSContext* cx);
static JSFlatString* sourceDataWithPrelude(JSContext* cx, JS::HandleScript script);
static bool loadSource(JSContext* cx, js::ScriptSource* ss, bool* worked);