Bug 114132

Summary: [WIN] Fix problems with export macros of AutodrainedPool
Product: WebKit Reporter: Patrick R. Gansterer <paroga>
Component: New BugsAssignee: Patrick R. Gansterer <paroga>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+, ggaren: commit-queue-

Patrick R. Gansterer
Reported 2013-04-07 14:53:34 PDT
[WIN] Fix problems with export macros of AutodrainedPool
Attachments
Patch (1.80 KB, patch)
2013-04-07 14:57 PDT, Patrick R. Gansterer
ggaren: review+
ggaren: commit-queue-
Patrick R. Gansterer
Comment 1 2013-04-07 14:57:03 PDT
Geoffrey Garen
Comment 2 2013-04-07 15:46:30 PDT
Comment on attachment 196814 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=196814&action=review Please fix the style comment below before landing. > Source/WTF/wtf/AutodrainedPool.h:49 > + inline explicit AutodrainedPool(int = 1) { } > + inline ~AutodrainedPool() { } > + inline void cycle() { } No need for the inline keyword when defining a function inside its class declaration -- inline is implied.
Patrick R. Gansterer
Comment 3 2013-04-07 15:59:15 PDT
Note You need to log in before you can comment on or make changes to this bug.