Bug 63958

Summary: Remove unncessary creation of connectionProperties dictionary
Product: WebKit Reporter: Pratik Solanki <psolanki>
Component: PlatformAssignee: Pratik Solanki <psolanki>
Status: RESOLVED FIXED    
Severity: Normal CC: psolanki
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ap: review+

Description Pratik Solanki 2011-07-05 16:01:35 PDT
We create a connectionProperties object in ResourceHandle::loadResourceSynchronously that is never used. We can remove it.
Comment 1 Pratik Solanki 2011-07-05 16:04:37 PDT
Created attachment 99757 [details]
Patch
Comment 2 Pratik Solanki 2011-07-15 10:12:29 PDT
Committed r91075: <http://trac.webkit.org/changeset/91075>