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:
buster%netscape.com 1999-11-19 07:29:13 +00:00
Родитель 359a28d165
Коммит 6d8e2f2301
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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