Bug 140814

Summary: [GTK] Fix debug build after r178940
Product: WebKit Reporter: Hunseop Jeong <hs85.jeong>
Component: WebKitGTKAssignee: 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:
Description Flags
Patch none

Description Hunseop Jeong 2015-01-22 21:45:02 PST
../../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);
Comment 1 Hunseop Jeong 2015-01-22 22:07:17 PST
Created attachment 245208 [details]
Patch
Comment 2 Carlos Garcia Campos 2015-01-22 23:35:52 PST
Comment on attachment 245208 [details]
Patch

Thanks!
Comment 3 WebKit Commit Bot 2015-01-23 00:19:48 PST
Comment on attachment 245208 [details]
Patch

Clearing flags on attachment: 245208

Committed r178986: <http://trac.webkit.org/changeset/178986>
Comment 4 WebKit Commit Bot 2015-01-23 00:19:52 PST
All reviewed patches have been landed.  Closing bug.