Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix MiniBrowser crashes during startup and shutdown
https://bugs.webkit.org/show_bug.cgi?id=47954 Reviewed by Sam Weinig. * UIProcess/WebContext.cpp: (WebKit::WebContext::sharedProcessContext): Initialize the main thread. (WebKit::WebContext::create): Ditto. (WebKit::WebContext::WebContext): Add the language observer here so we know that it will always be set up. (WebKit::WebContext::ensureWebProcess): Remove code. * UIProcess/WebContext.h: Canonical link: https://commits.webkit.org/60666@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@70109 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Anders Carlsson
committed
Oct 19, 2010
1 parent
b408d20
commit 6cfa2a74743d44c31f110afb72def95c2f7fd34a
Showing
3 changed files
with
38 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters