author | Jeff Walden <jwalden@mit.edu> |
Sat, 15 Sep 2018 20:24:30 -0700 | |
changeset 436691 | dc0ae19801fc749501c426ca0b34e8cd7083a439 |
parent 436690 | d9300e88eb74b637f44f98dfa6ce3b30b17eb642 |
child 436692 | efcfd2f95057ea622a735a015a9cd3f547281fc1 |
push id | 107905 |
push user | jwalden@mit.edu |
push date | Mon, 17 Sep 2018 13:09:15 +0000 |
treeherder | mozilla-inbound@3ef024a29617 [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/UnboxedObject.h +++ b/js/src/vm/UnboxedObject.h @@ -5,17 +5,16 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef vm_UnboxedObject_h #define vm_UnboxedObject_h #include "gc/DeletePolicy.h" #include "vm/JSObject.h" #include "vm/Runtime.h" -#include "vm/TypeInference.h" namespace js { // Memory required for an unboxed value of a given type. Returns zero for types // which can't be used for unboxed objects. static inline size_t UnboxedTypeSize(JSValueType type) {