RESOLVED FIXED21290
IconDatabase needs Hashmap
https://bugs.webkit.org/show_bug.cgi?id=21290
Summary IconDatabase needs Hashmap
Evan Martin
Reported 2008-10-01 18:14:43 PDT
IconDatabase uses HashMap, so it needs to #include the header.
Attachments
[PATCH] include hashmap in icon database (410 bytes, patch)
2008-10-01 18:19 PDT, Evan Martin
no flags
[PATCH] with changelog (806 bytes, patch)
2008-10-01 18:20 PDT, Evan Martin
eric: review+
Evan Martin
Comment 1 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(-)
Evan Martin
Comment 2 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(-)
Eric Seidel (no email)
Comment 3 2008-10-01 18:25:08 PDT
Comment on attachment 24001 [details] [PATCH] with changelog Looks good. Landing...
Eric Seidel (no email)
Comment 4 2008-10-01 18:43:27 PDT
Note You need to log in before you can comment on or make changes to this bug.