Summary: | Remove ChildProcess::m_activeTasks | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Gavin Barraclough <barraclough> | ||||
Component: | WebKit2 | Assignee: | Gavin Barraclough <barraclough> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | ||||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Gavin Barraclough
2014-02-06 16:20:35 PST
Created attachment 223402 [details]
Fix
Comment on attachment 223402 [details] Fix View in context: https://bugs.webkit.org/attachment.cgi?id=223402&action=review > Source/WebKit2/PluginProcess/PluginProcess.cpp:63 > + , m_connectionActivity("PluginProcess conection activity.") Typo conection. > Source/WebKit2/Shared/ActivityAssertion.h:37 > + ActivityAssertion(UserActivity&); I'd make this explicit. Transmitting file data ............... Committed revision 163591. |