Remove ability to run MiniBrowser in threaded mode, it hasn't worked for a long time
Created attachment 157888 [details] Patch
Comment on attachment 157888 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=157888&action=review > Tools/MiniBrowser/win/BrowserView.cpp:85 > + static WKContextRef sharedRegularContext = WKContextCreate(); Does “regular” make any sense now?
(In reply to comment #2) > (From update of attachment 157888 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=157888&action=review > > > Tools/MiniBrowser/win/BrowserView.cpp:85 > > + static WKContextRef sharedRegularContext = WKContextCreate(); > > Does “regular” make any sense now? Did it ever? Will remove.
Committed r125362: <http://trac.webkit.org/changeset/125362>