Bug 123469 - Simplify the WebCore::callOnMainThread implementation
Summary: Simplify the WebCore::callOnMainThread implementation
Status: RESOLVED LATER
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-29 14:31 PDT by Zan Dobersek
Modified: 2013-11-05 23:57 PST (History)
2 users (show)

See Also:


Attachments
Patch (21.51 KB, patch)
2013-10-29 15:10 PDT, Zan Dobersek
andersca: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2013-10-29 14:31:09 PDT
Simplify the WebCore::callOnMainThread implementation
Comment 1 Zan Dobersek 2013-10-29 15:10:32 PDT
Created attachment 215436 [details]
Patch
Comment 2 Anders Carlsson 2013-10-30 07:14:03 PDT
Comment on attachment 215436 [details]
Patch

Nice, but unfortunately we can't use variadic templates yet due to MSVC :(
Comment 3 Zan Dobersek 2013-11-05 23:57:30 PST
MSVC 2013 adds support for variadic templates, so I'll come back to this whenever that version is the minimum requirement for Windows-based ports.