Bug 18177 - m_encoding is used twice in XMLHttpRequest
Summary: m_encoding is used twice in XMLHttpRequest
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-28 03:56 PDT by Julien Chaffraix
Modified: 2008-03-31 15:00 PDT (History)
0 users

See Also:


Attachments
First trivial patch (4.53 KB, patch)
2008-03-28 04:00 PDT, Julien Chaffraix
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Chaffraix 2008-03-28 03:56:51 PDT
As a class attribute: String m_encoding
As a method variable in send : TextEncoding m_encoding

Patch will follow.
Comment 1 Julien Chaffraix 2008-03-28 04:00:39 PDT
Created attachment 20155 [details]
First trivial patch

Change the 2 variable names to disambiguate them.
Comment 2 Darin Adler 2008-03-30 16:43:04 PDT
Comment on attachment 20155 [details]
First trivial patch

r=me
Comment 3 Julien Chaffraix 2008-03-31 15:00:46 PDT
Committed in r31483.