Bug 34276

Summary: [Android] Numerous files are missing includes for HashMap/HashSet
Product: WebKit Reporter: Steve Block <steveblock>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: android-webkit-unforking, steveblock
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Android   
OS: Android   
Attachments:
Description Flags
Patch levin: review+, steveblock: commit-queue-

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