Bug 139784 - [Win] Link error, method parameter type has changed.
Summary: [Win] Link error, method parameter type has changed.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-18 11:40 PST by peavo
Modified: 2014-12-18 12:05 PST (History)
2 users (show)

See Also:


Attachments
Patch (2.61 KB, patch)
2014-12-18 11:45 PST, peavo
no flags Details | Formatted Diff | Diff
Patch (2.61 KB, patch)
2014-12-18 12:01 PST, peavo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description peavo 2014-12-18 11:40:36 PST
The method Range::create() has new parameter types, its entry in the export list needs to be updated.
Comment 1 peavo 2014-12-18 11:45:32 PST
Created attachment 243510 [details]
Patch
Comment 2 Brent Fulgham 2014-12-18 11:53:38 PST
Comment on attachment 243510 [details]
Patch

This only corrects the 32-bit build. The 64-bit build needs the same PassRefPtr->Ref change.
Comment 3 peavo 2014-12-18 12:01:16 PST
Created attachment 243511 [details]
Patch
Comment 4 peavo 2014-12-18 12:02:09 PST
(In reply to comment #2)
> Comment on attachment 243510 [details]
> Patch
> 
> This only corrects the 32-bit build. The 64-bit build needs the same
> PassRefPtr->Ref change.

Thanks for reviewing :) Updated patch.
Comment 5 peavo 2014-12-18 12:04:09 PST
Comment on attachment 243511 [details]
Patch

Already fixed.