Bug 153278 - [B3][Win64] Compile fix.
Summary: [B3][Win64] Compile fix.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-20 10:36 PST by peavo
Modified: 2016-01-20 12:00 PST (History)
8 users (show)

See Also:


Attachments
Patch (2.29 KB, patch)
2016-01-20 10:40 PST, peavo
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>