Ignore:
Timestamp:
Dec 29, 2005, 3:45:32 AM (19 years ago)
Author:
ggaren
Message:

Patch by Maks Orlovich, Reviewed and landed by me.

  • kjs/number_object.cpp:
  • kjs/regexp_object.cpp:
File:
1 edited

Legend:

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

    r11527 r11806  
    163163// ------------------------------ RegExpObjectImp ------------------------------
    164164
    165 const ClassInfo RegExpObjectImp::info = {"RegExp", &InternalFunctionImp::info, &RegExpTable, 0};
     165const ClassInfo RegExpObjectImp::info = {"Function", &InternalFunctionImp::info, &RegExpTable, 0};
    166166
    167167/* Source for regexp_object.lut.h
Note: See TracChangeset for help on using the changeset viewer.