author | Ms2ger <ms2ger@gmail.com> |
Tue, 24 Jul 2012 14:20:35 +0200 | |
changeset 100294 | de032906bb686eed9b1d0f537a45b777cf188916 |
parent 100293 | 44e8a79e4be3d8cebe4f57b21ad7bdb066d33cae |
child 100295 | d4982fbe4fa8e21ef6029445fead2f96aaf4badd |
push id | 23175 |
push user | emorley@mozilla.com |
push date | Wed, 25 Jul 2012 15:03:49 +0000 |
treeherder | mozilla-central@75d16b99e8ab [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 776879 |
milestone | 17.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/layout/style/nsComputedDOMStyle.cpp +++ b/layout/style/nsComputedDOMStyle.cpp @@ -124,18 +124,17 @@ nsComputedDOMStyle::nsComputedDOMStyle(d if (!haveTwoColons && !nsCSSPseudoElements::IsCSS2PseudoElement(mPseudo)) { // XXXbz I'd really rather we threw an exception or something, but // the DOM spec sucks. mPseudo = nsnull; } } - nsPresContext *presCtx = aPresShell->GetPresContext(); - MOZ_ASSERT(presCtx); + MOZ_ASSERT(aPresShell->GetPresContext()); } nsComputedDOMStyle::~nsComputedDOMStyle() { } void