Changeset 100168 in webkit for trunk/Source/JavaScriptCore/parser/SourceProvider.h
- Timestamp:
- Nov 14, 2011, 11:26:41 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/SourceProvider.h
r99618 r100168 98 98 : SourceProvider(url, startPosition) 99 99 , m_source(source) 100 , m_data(m_source.characters16())101 100 { 102 101 } 103 102 104 103 UString m_source; 105 const UChar* m_data;106 104 }; 107 105
Note:
See TracChangeset
for help on using the changeset viewer.