Temporary fix for webview white background.

Reviewed by me.
This commit is contained in:
Francisco Tolmasky
2009-02-23 20:34:13 -08:00
parent 7b04023f54
commit a25ffe0899
+3 -1
View File
@@ -536,7 +536,7 @@ CPWebViewScrollNative = 2;
{
if (self = [super init])
{
_window = aWindow
_window = aWindow;
}
return self;
}
@@ -593,6 +593,8 @@ CPWebViewScrollNative = 2;
#if PLATFORM(DOM)
[self _initDOMWithFrame:[self frame]];
#endif
[self setBackgroundColor:[CPColor whiteColor]];
}
return self;