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/runtime/Arguments.h

    r47780 r49607  
    8686        static PassRefPtr<Structure> createStructure(JSValue prototype)
    8787        {
    88             return Structure::create(prototype, TypeInfo(ObjectType));
     88            return Structure::create(prototype, TypeInfo(ObjectType, OverridesGetOwnPropertySlot));
    8989        }
    9090
Note: See TracChangeset for help on using the changeset viewer.