| Summary: | [GTK] Fix debug build after r178940 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Hunseop Jeong <hs85.jeong> | ||||
| Component: | WebKitGTK | Assignee: | Hunseop Jeong <hs85.jeong> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | cgarcia, commit-queue, koivisto, ossy, zalan | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 140496 | ||||||
| Attachments: |
|
||||||
Created attachment 245208 [details]
Patch
Comment on attachment 245208 [details]
Patch
Thanks!
Comment on attachment 245208 [details] Patch Clearing flags on attachment: 245208 Committed r178986: <http://trac.webkit.org/changeset/178986> All reviewed patches have been landed. Closing bug. |
../../Source/WebCore/platform/graphics/opentype/OpenTypeVerticalData.cpp: In member function ‘void WebCore::OpenTypeVerticalData::substituteWithVerticalGlyphs(const WebCore::Font*, WebCore::GlyphPage*, unsigned int, unsigned int) const’: ../../Source/WebCore/platform/graphics/opentype/OpenTypeVerticalData.cpp:547:52: error: ‘struct WebCore::GlyphData’ has no member named ‘fontData’ ASSERT(glyphPage->glyphDataForIndex(index).fontData == font);