Bug 182060 - Linker error in ShareableBitmapCairo.cpp undefined reference to WebCore::Cairo::ShadowState::ShadowState
Summary: Linker error in ShareableBitmapCairo.cpp undefined reference to WebCore::Cai...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-01-24 13:25 PST by Christopher Reid
Modified: 2018-01-24 23:16 PST (History)
7 users (show)

See Also:


Attachments
patch (1.32 KB, patch)
2018-01-24 13:42 PST, Christopher Reid
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Reid 2018-01-24 13:25:31 PST
I'm seeing an undefined reference to the Cairo::ShadowState constructor in WebKit's ShareableBitmapCairo.cpp. It looks like this is only happening when WebCore is linked dynamically.

Source\WebKit\Shared\cairo\ShareableBitmapCairo.cpp : error : reference to undefined symbol `WebCore::Cairo::ShadowState::ShadowState(WebCore::GraphicsContextState const&)`
Comment 1 Christopher Reid 2018-01-24 13:42:26 PST
Created attachment 332191 [details]
patch
Comment 2 WebKit Commit Bot 2018-01-24 23:15:01 PST
Comment on attachment 332191 [details]
patch

Clearing flags on attachment: 332191

Committed r227593: <https://trac.webkit.org/changeset/227593>
Comment 3 WebKit Commit Bot 2018-01-24 23:15:02 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2018-01-24 23:16:30 PST
<rdar://problem/36856058>