зеркало из https://github.com/mozilla/pjs.git
fixing win32 bustage
This commit is contained in:
Родитель
26d5c6ff25
Коммит
db75f5edf9
|
@ -4373,7 +4373,7 @@ nsElementSH::PostCreate(nsIXPConnectWrappedNative *wrapper, JSContext *cx,
|
|||
|
||||
const nsStyleDisplay* display;
|
||||
pctx->ResolveStyleContextAndGetStyleData(content, eStyleStruct_Display,
|
||||
(const nsStyleStruct*) display);
|
||||
(const nsStyleStruct*&) display);
|
||||
NS_ENSURE_TRUE(display, NS_ERROR_UNEXPECTED);
|
||||
|
||||
if (display->mBinding.IsEmpty()) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче