Changeset 56085 in webkit for trunk/JavaScriptCore/runtime/JSGlobalObject.cpp
- Timestamp:
- Mar 16, 2010, 2:07:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalObject.cpp
r56081 r56085 326 326 }; 327 327 328 addStaticGlobals(staticGlobals, arrayLength(staticGlobals));328 addStaticGlobals(staticGlobals, sizeof(staticGlobals) / sizeof(GlobalPropertyInfo)); 329 329 330 330 // Set global functions.
Note:
See TracChangeset
for help on using the changeset viewer.