Bug 153278

Summary: [B3][Win64] Compile fix.
Product: WebKit Reporter: peavo
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, commit-queue, fpizlo, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch fpizlo: review+

Description peavo 2016-01-20 10:36:12 PST
MSVC does not accept that a class declared as exported also have members declared as exported.

error C2487: '{dtor}': member of dll interface class may not be declared with dll interface
Comment 1 peavo 2016-01-20 10:40:42 PST
Created attachment 269359 [details]
Patch
Comment 2 peavo 2016-01-20 11:26:56 PST
Thanks for reviewing :)
Comment 3 peavo 2016-01-20 12:00:09 PST
Committed r195362: <http://trac.webkit.org/changeset/195362>