Summary: | Remove XHRReplayData::addHeader | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Anders Carlsson <andersca> | ||||
Component: | New Bugs | Assignee: | Anders Carlsson <andersca> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | ||||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Anders Carlsson
2014-06-11 16:51:42 PDT
Created attachment 232920 [details]
Patch
Committed r169861: <http://trac.webkit.org/changeset/169861> Comment on attachment 232920 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=232920&action=review > Source/WebCore/inspector/InspectorResourceAgent.cpp:489 > m_pendingXHRReplayData.set(client, xhrReplayData); Shouldn’t this be calling xhrReplayData.release()? |