Ignore:
Timestamp:
Aug 5, 2007, 10:48:32 PM (18 years ago)
Author:
pewtermoose
Message:

Not reviewed, build fix.

  • kjs/string_object.cpp: (KJS::StringProtoFunc::callAsFunction):
File:
1 edited

Legend:

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

    r24873 r24881  
    567567    break;
    568568  }
    569   case Replace:
     569  case Replace: {
    570570    StringImp* sVal = thisObj->inherits(&StringInstance::info) ?
    571571      static_cast<StringInstance*>(thisObj)->internalValue() :
     
    574574    result = replace(exec, sVal, a0, a1);
    575575    break;
     576  }
    576577  case Slice:
    577578    {
Note: See TracChangeset for help on using the changeset viewer.