Fix for 7060 -- new blank page crashes on windows. Changed from using about:blank to empty_doc.html, because about:blank barfs on Windoze. r kin, a chofmann
git-svn-id: svn://10.0.0.236/trunk@38859 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -437,7 +437,7 @@
|
||||
}
|
||||
}
|
||||
if ( core ) {
|
||||
core.ShowWindowWithArgs( "chrome://editor/content", window, "about:blank" );
|
||||
core.ShowWindowWithArgs( "chrome://editor/content", window, "resource:/res/html/empty_doc.html" );
|
||||
} else {
|
||||
dump("Error; can't create toolkitCore\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user