Ignore:
Timestamp:
Oct 16, 2009, 1:39:46 PM (16 years ago)
Author:
[email protected]
Message:

Make typeinfo flags default to false
https://bugs.webkit.org/show_bug.cgi?id=30372

Reviewed by Gavin Barraclough.

Last part -- replace HasDefaultGetPropertyNames with OverridesGetPropertyNames
flag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/RegExpObject.h

    r49649 r49694  
    5050        static PassRefPtr<Structure> createStructure(JSValue prototype)
    5151        {
    52             return Structure::create(prototype, TypeInfo(ObjectType, OverridesGetOwnPropertySlot | HasDefaultGetPropertyNames));
     52            return Structure::create(prototype, TypeInfo(ObjectType, OverridesGetOwnPropertySlot));
    5353        }
    5454
Note: See TracChangeset for help on using the changeset viewer.