Bug 21290 - IconDatabase needs Hashmap
Summary: IconDatabase needs Hashmap
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-01 18:14 PDT by Evan Martin
Modified: 2008-10-01 18:43 PDT (History)
0 users

See Also:


Attachments
[PATCH] include hashmap in icon database (410 bytes, patch)
2008-10-01 18:19 PDT, Evan Martin
no flags Details | Formatted Diff | Diff
[PATCH] with changelog (806 bytes, patch)
2008-10-01 18:20 PDT, Evan Martin
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Evan Martin 2008-10-01 18:14:43 PDT
IconDatabase uses HashMap, so it needs to #include the header.
Comment 1 Evan Martin 2008-10-01 18:19:26 PDT
Created attachment 24000 [details]
[PATCH] include hashmap in icon database

 WebCore/loader/icon/IconDatabase.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
Comment 2 Evan Martin 2008-10-01 18:20:23 PDT
Created attachment 24001 [details]
[PATCH] with changelog

 WebCore/ChangeLog                  |    7 +++++++
 WebCore/loader/icon/IconDatabase.h |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)
Comment 3 Eric Seidel (no email) 2008-10-01 18:25:08 PDT
Comment on attachment 24001 [details]
[PATCH] with changelog

Looks good.  Landing...
Comment 4 Eric Seidel (no email) 2008-10-01 18:43:27 PDT
r37177