Bug 32459 - [chromium] Build break for chromium
Summary: [chromium] Build break for chromium
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Eric Roman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-11 22:34 PST by Eric Roman
Modified: 2009-12-12 00:33 PST (History)
0 users

See Also:


Attachments
Ifdef out a JSC header from Document.h (1.53 KB, patch)
2009-12-11 22:36 PST, Eric Roman
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Roman 2009-12-11 22:34:03 PST
Chromium's compile broke with:

http://trac.webkit.org/changeset/52040

Due to the inclusion of <runtime/WeakGCMap.h>.
Comment 1 Eric Roman 2009-12-11 22:36:50 PST
Created attachment 44724 [details]
Ifdef out a JSC header from Document.h
Comment 2 Geoffrey Garen 2009-12-11 22:44:45 PST
Comment on attachment 44724 [details]
Ifdef out a JSC header from Document.h

r=me
Comment 3 Eric Roman 2009-12-12 00:33:39 PST
Closed since 52040 was rolled back, hence this no longer applies.