Bug 34276 - [Android] Numerous files are missing includes for HashMap/HashSet
Summary: [Android] Numerous files are missing includes for HashMap/HashSet
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Android Android
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-28 10:49 PST by Steve Block
Modified: 2010-01-28 16:32 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.92 KB, patch)
2010-01-28 10:59 PST, Steve Block
levin: review+
steveblock: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Block 2010-01-28 10:49:19 PST
Numerous WebCore files are missing includes for HashMap/HashSet.
This causes build errors on Android.

- WebCore/platform/network/ProtectionSpaceHash.h - Missing HashTraits.h
- WebCore/platform/network/CredentialStorage.cpp - Missing HashMap.h and HashSet.h
- WebCore/platform/KURL.cpp - Missing HashMap.h
Comment 1 Steve Block 2010-01-28 10:59:17 PST
Created attachment 47634 [details]
Patch
Comment 2 Steve Block 2010-01-28 16:26:32 PST
Comment on attachment 47634 [details]
Patch

Will land manually
Comment 3 Steve Block 2010-01-28 16:32:25 PST
Landed manually as http://trac.webkit.org/changeset/54028

Closing bug as resolved