author | Jon Coppeard <jcoppeard@mozilla.com> |
Wed, 05 Oct 2016 10:09:24 +0200 | |
changeset 316532 | 0c8c3b25f9a489b8803407aaf763097ba69d5a34 |
parent 316531 | 884149c8dbc24e11f48f638c0ad94205b3719f13 |
child 316533 | af72e3cf941f708a58ec68d1a4ba5dfe669e35c0 |
push id | 82463 |
push user | jcoppeard@mozilla.com |
push date | Wed, 05 Oct 2016 08:09:53 +0000 |
treeherder | mozilla-inbound@0c8c3b25f9a4 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mccr8 |
bugs | 1307372 |
milestone | 52.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/dom/bindings/CallbackObject.h +++ b/dom/bindings/CallbackObject.h @@ -121,17 +121,17 @@ public: /* * If the callback is known to be non-gray, then this method can be * used instead of Callback() to avoid the overhead of * ExposeObjectToActiveJS(). */ JS::Handle<JSObject*> CallbackKnownNotGray() const { - MOZ_ASSERT(!JS::ObjectIsMarkedGray(mCallback.get())); + MOZ_ASSERT(!JS::ObjectIsMarkedGray(mCallback)); return CallbackPreserveColor(); } nsIGlobalObject* IncumbentGlobalOrNull() const { return mIncumbentGlobal; }