Bug 24945 - Fix Chromium build
Summary: Fix Chromium build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Jeremy Moskovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-30 14:42 PDT by Jeremy Moskovich
Modified: 2009-03-31 09:14 PDT (History)
0 users

See Also:


Attachments
patch (2.10 KB, patch)
2009-03-30 14:46 PDT, Jeremy Moskovich
dglazkov: review+
Details | Formatted Diff | Diff
patch2 (2.10 KB, patch)
2009-03-30 16:21 PDT, Jeremy Moskovich
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Moskovich 2009-03-30 14:42:29 PDT
Bug to track a couple of small changes needed to fix the Chromium build.
Comment 1 Jeremy Moskovich 2009-03-30 14:46:44 PDT
Created attachment 29087 [details]
patch

Add back some missing headers in document.h and updated clipboardChromium.h with NamedAttrMap->NamedNodeMap merge.
Comment 2 Darin Adler 2009-03-30 16:16:33 PDT
Comment on attachment 29087 [details]
patch

> +#include "NamedAttrMap.h"

Should be #include "NamedNodeMap.h".
Comment 3 Jeremy Moskovich 2009-03-30 16:21:45 PDT
Created attachment 29095 [details]
patch2

NamedAttrMap.h -> NamedNodeMap.h , thanks Darin!!
Comment 4 Darin Fisher (:fishd, Google) 2009-03-31 09:13:56 PDT
Landed as:  http://trac.webkit.org/changeset/42129