Bug 123892 - [Win] Link fails.
Summary: [Win] Link fails.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-06 07:15 PST by peavo
Modified: 2013-11-06 09:45 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.07 KB, patch)
2013-11-06 07:18 PST, peavo
bfulgham: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description peavo 2013-11-06 07:15:37 PST
Today's WinCairo build fails with these linker errors:

WebCore.lib(RenderingAllInOne.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall WebCore::InlineElementBox::deleteLine(void)" (?deleteLine@InlineElementBox@WebCore@@UAEXXZ) 
WebCore.lib(RenderingAllInOne.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall WebCore::InlineElementBox::extractLine(void)" (?extractLine@InlineElementBox@WebCore@@UAEXXZ)
WebCore.lib(RenderingAllInOne.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall WebCore::InlineElementBox::attachLine(void)" (?attachLine@InlineElementBox@WebCore@@UAEXXZ)
Comment 1 peavo 2013-11-06 07:18:57 PST
Created attachment 216173 [details]
Patch
Comment 2 Brent Fulgham 2013-11-06 09:03:22 PST
Comment on attachment 216173 [details]
Patch

r=me.  Thanks for fixing this!
Comment 3 WebKit Commit Bot 2013-11-06 09:04:55 PST
Comment on attachment 216173 [details]
Patch

Rejecting attachment 216173 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-02', 'apply-attachment', '--no-update', '--non-interactive', 216173, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
am']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Parsed 2 diffs from patch file(s).
patching file Source/WebCore/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file Source/WebCore/rendering/RenderingAllInOne.cpp
Hunk #1 FAILED at 37.
1 out of 1 hunk FAILED -- saving rejects to file Source/WebCore/rendering/RenderingAllInOne.cpp.rej

Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Brent Fulgham']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Full output: http://webkit-queues.appspot.com/results/22028004
Comment 4 peavo 2013-11-06 09:35:44 PST
(In reply to comment #2)
> (From update of attachment 216173 [details])
> r=me.  Thanks for fixing this!

Thanks for reviewing, already fixed by r158749, it seems :)
Comment 5 Brent Fulgham 2013-11-06 09:45:24 PST
Fixed by r158749