Bug 26252 - chromium build breakage with webkit 44452 + bug 26238
Summary: chromium build breakage with webkit 44452 + bug 26238
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-08 02:15 PDT by Fumitoshi Ukai
Modified: 2009-06-10 00:27 PDT (History)
1 user (show)

See Also:


Attachments
Try to fix the Chromium build (882 bytes, patch)
2009-06-08 02:35 PDT, Fumitoshi Ukai
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fumitoshi Ukai 2009-06-08 02:15:46 PDT
src/third_party/WebKit/WebCore/loader/CachedResource.cpp: In member function 'void WebCore::CachedResource::updateResponseAfterRevalidation(const WebCore::ResourceResponse&)':
src/third_party/WebKit/WebCore/loader/CachedResource.cpp:342: error: expected primary-expression before 'const'
src/third_party/WebKit/WebCore/loader/CachedResource.cpp:342: error: 'contentHeaderPrefix' was not declared in this scope
src/third_party/WebKit/WebCore/loader/CachedResource.cpp:342: error: 'DEFINE_STATIC_LOCAL' was not declared in this scope
Comment 1 Fumitoshi Ukai 2009-06-08 02:35:08 PDT
Created attachment 31042 [details]
Try to fix the Chromium  build

 WebCore/ChangeLog                 |    9 +++++++++
 WebCore/loader/CachedResource.cpp |    1 +
 2 files changed, 10 insertions(+), 0 deletions(-)
Comment 2 Fumitoshi Ukai 2009-06-10 00:27:05 PDT
Same as http://trac.webkit.org/changeset/44544