Ignore:
Timestamp:
Oct 14, 2009, 8:24:17 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 Geoff Garen.

Part 1. Reverse the HasStandardGetOwnPropertySlot flag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/JSCallbackFunction.h

    r47267 r49607  
    4242    static PassRefPtr<Structure> createStructure(JSValue proto)
    4343    {
    44         return Structure::create(proto, TypeInfo(ObjectType, HasStandardGetOwnPropertySlot | HasDefaultMark));
     44        return Structure::create(proto, TypeInfo(ObjectType, HasDefaultMark));
    4545    }
    4646
Note: See TracChangeset for help on using the changeset viewer.