Bug 144660

Summary: Make database thread pause/resume support work for all ports
Product: WebKit Reporter: Daniel Bates <dbates>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=144657

Description Daniel Bates 2015-05-05 20:17:29 PDT
Currently the code to pause and resume the database thread is guarded by PLATFORM(IOS). Although this code was originally designed for WebKit on iOS it could be used by other ports. We should remove the PLATFORM(IOS)-guards around this code.