Add back code that was accidentally removed when moving plug-in enumeration back to the main thread
Created attachment 187484 [details] Patch
Comment on attachment 187484 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=187484&action=review Thanks onders. > Source/WebKit2/UIProcess/WebProcessProxy.cpp:312 > + // NOTE: This has to be done on the main thread as it calls localizedString(). This comment is not really relevant anymore.
Committed r142409: <http://trac.webkit.org/changeset/142409>