Bug 109379

Summary: Add back code that was accidentally removed when moving plug-in enumeration back to the main thread
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Description Anders Carlsson 2013-02-10 09:51:51 PST
Add back code that was accidentally removed when moving plug-in enumeration back to the main thread
Comment 1 Anders Carlsson 2013-02-10 09:53:18 PST
Created attachment 187484 [details]
Patch
Comment 2 Andreas Kling 2013-02-10 09:54:34 PST
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.
Comment 3 Anders Carlsson 2013-02-10 09:57:57 PST
Committed r142409: <http://trac.webkit.org/changeset/142409>