Ignore:
Timestamp:
Jan 9, 2007, 1:19:29 PM (18 years ago)
Author:
darin
Message:
  • fix build
  • kjs/string_object.cpp: (KJS::StringProtoFunc::callAsFunction): Actually compile it this time.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/string_object.cpp

    r18717 r18718  
    683683    u = s;
    684684    u.copyForWriting();
    685     ::UChar* dataPtr = reinterpret_cast<::UChar*>(u.rep()->data());
     685    ::UChar* dataPtr = reinterpret_cast< ::UChar*>(u.rep()->data());
    686686    ::UChar* destIfNeeded;
    687687
     
    699699    u = s;
    700700    u.copyForWriting();
    701     ::UChar* dataPtr = reinterpret_cast<::UChar*>(u.rep()->data());
     701    ::UChar* dataPtr = reinterpret_cast< ::UChar*>(u.rep()->data());
    702702    ::UChar* destIfNeeded;
    703703
Note: See TracChangeset for help on using the changeset viewer.