author | Jeff Walden <jwalden@mit.edu> |
Sat, 15 Sep 2018 20:24:31 -0700 | |
changeset 436741 | 47d60f29b7cf1fc42621d1f68af36aa1e4e6901c |
parent 436740 | 740b790557b9b70298dee6093753c4d2552001cc |
child 436742 | 3ef024a29617c4e33765d0d9350101798fcee390 |
push id | 34658 |
push user | rgurzau@mozilla.com |
push date | Mon, 17 Sep 2018 16:46:41 +0000 |
treeherder | mozilla-central@5ecae696c54f [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jandem |
bugs | 1491736 |
milestone | 64.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/js/src/vm/JSFunction-inl.h +++ b/js/src/vm/JSFunction-inl.h @@ -10,16 +10,17 @@ #include "vm/JSFunction.h" #include "gc/Allocator.h" #include "gc/GCTrace.h" #include "js/CharacterEncoding.h" #include "vm/EnvironmentObject.h" #include "vm/JSObject-inl.h" +#include "vm/NativeObject-inl.h" namespace js { inline const char* GetFunctionNameBytes(JSContext* cx, JSFunction* fun, UniqueChars* bytes) { if (JSAtom* name = fun->explicitName()) { *bytes = StringToNewUTF8CharsZ(cx, *name);