Bug 96320

Summary: NSInvalidArgumentException in WebFrameLoaderClient::shouldSendDoNotTrackHTTPHeader()
Product: WebKit Reporter: Jer Noble <jer.noble>
Component: New BugsAssignee: Jer Noble <jer.noble>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+

Description Jer Noble 2012-09-10 14:40:54 PDT
Crash in WebFrameLoaderClient::shouldSendDoNotTrackHTTPHeader()
Comment 1 Jer Noble 2012-09-10 14:43:57 PDT
Created attachment 163211 [details]
Patch
Comment 2 Jer Noble 2012-09-10 14:46:01 PDT
ASSERT is happening because the ResourceLoadDelegate does not respond to the delegate selector webViewShouldSendDoNotTrackHeader:.
Comment 3 Jer Noble 2012-09-10 14:46:50 PDT
Sorry, not an ASSERT either, but rather a NSInvalidArgumentException.
Comment 4 Geoffrey Garen 2012-09-10 14:50:11 PDT
Comment on attachment 163211 [details]
Patch

r=me
Comment 5 Jer Noble 2012-09-10 14:52:06 PDT
Committed r128112: <http://trac.webkit.org/changeset/128112>