mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
found a tiny bug, possible uninitialized variable. fixed it along with work for:
moved content-specific data and methods from nsIWebShell to appropriate content viewer interface no bug number, this is for webshell redesign work r=rickg, travis
This commit is contained in:
parent
359a28d165
commit
6d8e2f2301
@ -77,6 +77,7 @@ nsPresContext::nsPresContext()
|
||||
mWidgetRenderingMode = eWidgetRendering_Gfx;
|
||||
|
||||
mLookAndFeel = nsnull;
|
||||
mShell = nsnull;
|
||||
|
||||
#ifdef _WIN32
|
||||
// XXX This needs to be elsewhere, e.g., part of nsIDeviceContext
|
||||
|
@ -77,6 +77,7 @@ nsPresContext::nsPresContext()
|
||||
mWidgetRenderingMode = eWidgetRendering_Gfx;
|
||||
|
||||
mLookAndFeel = nsnull;
|
||||
mShell = nsnull;
|
||||
|
||||
#ifdef _WIN32
|
||||
// XXX This needs to be elsewhere, e.g., part of nsIDeviceContext
|
||||
|
Loading…
Reference in New Issue
Block a user