Ignore:
Timestamp:
Mar 16, 2010, 2:07:38 PM (15 years ago)
Author:
Darin Adler
Message:

Rolled out r56081 since it broke the Windows build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/JSGlobalObject.cpp

    r56081 r56085  
    326326    };
    327327
    328     addStaticGlobals(staticGlobals, arrayLength(staticGlobals));
     328    addStaticGlobals(staticGlobals, sizeof(staticGlobals) / sizeof(GlobalPropertyInfo));
    329329
    330330    // Set global functions.
Note: See TracChangeset for help on using the changeset viewer.