Backed out 9 changesets (bug 1492090) for causing Xpcshell failures at test_async_response_sending.js.
Backed out changeset 7201691d9e37 (bug1492090) Backed out changeset a488d7627491 (bug1492090) Backed out changeset c4547e2db877 (bug1492090) Backed out changeset 1377e06cff9f (bug1492090) Backed out changeset a872a1fd5147 (bug1492090) Backed out changeset 768f35c0db6b (bug1492090) Backed out changeset 65e26a85981e (bug1492090) Backed out changeset a42a6210de08 (bug1492090) Backed out changeset 87a02a089678 (bug1492090)
This commit is contained in:
@@ -123,12 +123,8 @@ class JS_PUBLIC_API TransitiveCompileOptions {
|
||||
protected:
|
||||
// non-POD options:
|
||||
|
||||
// UTF-8 encoded file name.
|
||||
const char* filename_ = nullptr;
|
||||
|
||||
// UTF-8 encoded introducer file name.
|
||||
const char* introducerFilename_ = nullptr;
|
||||
|
||||
const char16_t* sourceMapURL_ = nullptr;
|
||||
|
||||
// POD options:
|
||||
@@ -237,8 +233,8 @@ class JS_PUBLIC_API TransitiveCompileOptions {
|
||||
bool deoptimizeModuleGlobalVars = false;
|
||||
|
||||
/**
|
||||
* |introductionType| is a statically allocated C string. See JSScript.h
|
||||
* for more information.
|
||||
* |introductionType| is a statically allocated C string: one of "eval",
|
||||
* "Function", or "GeneratorFunction".
|
||||
*/
|
||||
const char* introductionType = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user