RESOLVED FIXED 26215
chromium build breakage with webkit 44439
https://bugs.webkit.org/show_bug.cgi?id=26215
Summary chromium build breakage with webkit 44439
Fumitoshi Ukai
Reported 2009-06-05 03:50:54 PDT
GlyphPageTreeNodeChromiumWin.cpp c:\b\slave\win\build\src\third_party\WebKit\WebCore\platform\graphics\chromium\GlyphPageTreeNodeChromiumWin.cpp(75) : error C2039: 'm_font' : is not a member of 'WebCore::SimpleFontData' c:\b\slave\win\build\src\third_party\WebKit\WebCore\platform\graphics\SimpleFontData.h(58) : see declaration of 'WebCore::SimpleFontData' c:\b\slave\win\build\src\third_party\WebKit\WebCore\platform\graphics\chromium\GlyphPageTreeNodeChromiumWin.cpp(75) : error C2228: left of '.hfont' must have class/struct/union c:\b\slave\win\build\src\third_party\WebKit\WebCore\platform\graphics\chromium\GlyphPageTreeNodeChromiumWin.cpp(83) : error C2039: 'm_font' : is not a member of 'WebCore::SimpleFontData' c:\b\slave\win\build\src\third_party\WebKit\WebCore\platform\graphics\SimpleFontData.h(58) : see declaration of 'WebCore::SimpleFontData' c:\b\slave\win\build\src\third_party\WebKit\WebCore\platform\graphics\chromium\GlyphPageTreeNodeChromiumWin.cpp(83) : error C2228: left of '.hfont' must have class/struct/union c:\b\slave\win\build\src\third_party\WebKit\WebCore\platform\graphics\chromium\GlyphPageTreeNodeChromiumWin.cpp(194) : error C2039: 'm_font' : is not a member of 'WebCore::SimpleFontData' c:\b\slave\win\build\src\third_party\WebKit\WebCore\platform\graphics\SimpleFontData.h(58) : see declaration of 'WebCore::SimpleFontData' c:\b\slave\win\build\src\third_party\WebKit\WebCore\platform\graphics\chromium\GlyphPageTreeNodeChromiumWin.cpp(194) : error C2228: left of '.hfont' must have class/struct/union c:\b\slave\win\build\src\third_party\WebKit\WebCore\platform\graphics\chromium\GlyphPageTreeNodeChromiumWin.cpp(195) : error C2039: 'm_font' : is not a member of 'WebCore::SimpleFontData' c:\b\slave\win\build\src\third_party\WebKit\WebCore\platform\graphics\SimpleFontData.h(58) : see declaration of 'WebCore::SimpleFontData' c:\b\slave\win\build\src\third_party\WebKit\WebCore\platform\graphics\chromium\GlyphPageTreeNodeChromiumWin.cpp(195) : error C2228: left of '.scriptCache' must have class/struct/union c:\b\slave\win\build\src\third_party\WebKit\WebCore\platform\graphics\chromium\GlyphPageTreeNodeChromiumWin.cpp(196) : error C2039: 'm_font' : is not a member of 'WebCore::SimpleFontData' c:\b\slave\win\build\src\third_party\WebKit\WebCore\platform\graphics\SimpleFontData.h(58) : see declaration of 'WebCore::SimpleFontData' c:\b\slave\win\build\src\third_party\WebKit\WebCore\platform\graphics\chromium\GlyphPageTreeNodeChromiumWin.cpp(196) : error C2228: left of '.scriptFontProperties' must have class/struct/union
Attachments
Fix the chromium build (2.31 KB, patch)
2009-06-05 04:52 PDT, Fumitoshi Ukai
dglazkov: review+
Fumitoshi Ukai
Comment 1 2009-06-05 04:52:20 PDT
Created attachment 31001 [details] Fix the chromium build WebCore/ChangeLog | 11 +++++++++++ .../chromium/GlyphPageTreeNodeChromiumWin.cpp | 10 +++++----- 2 files changed, 16 insertions(+), 5 deletions(-)
Dimitri Glazkov (Google)
Comment 2 2009-06-05 07:49:55 PDT
Comment on attachment 31001 [details] Fix the chromium build Will land.
Dimitri Glazkov (Google)
Comment 3 2009-06-05 07:53:56 PDT
Note You need to log in before you can comment on or make changes to this bug.