Bug 72289 - Remove unused m_data member from UStringSourceProvider
Summary: Remove unused m_data member from UStringSourceProvider
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks: 71337
  Show dependency treegraph
 
Reported: 2011-11-14 11:05 PST by Michael Saboff
Modified: 2011-11-15 18:22 PST (History)
0 users

See Also:


Attachments
Patch (1.30 KB, patch)
2011-11-14 11:09 PST, Michael Saboff
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2011-11-14 11:05:39 PST
The m_data member should have been removed in a prior checkin for 8 bit string work.  This member is no longer needed.
Comment 1 Michael Saboff 2011-11-14 11:09:52 PST
Created attachment 114990 [details]
Patch
Comment 2 Michael Saboff 2011-11-14 11:27:23 PST
Committed r100168: <http://trac.webkit.org/changeset/100168>