Ignore:
Timestamp:
Nov 14, 2011, 11:26:41 AM (14 years ago)
Author:
[email protected]
Message:

Remove unused m_data member from UStringSourceProvider
https://bugs.webkit.org/show_bug.cgi?id=72289

Removed unused m_data member from UStringSourceProvider.

Reviewed by Oliver Hunt.

  • parser/SourceProvider.h:

(JSC::UStringSourceProvider::UStringSourceProvider):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/parser/SourceProvider.h

    r99618 r100168  
    9898            : SourceProvider(url, startPosition)
    9999            , m_source(source)
    100             , m_data(m_source.characters16())
    101100        {
    102101        }
    103102
    104103        UString m_source;
    105         const UChar* m_data;
    106104    };
    107105   
Note: See TracChangeset for help on using the changeset viewer.