Changeset 70425 in webkit for trunk/JavaScriptCore/runtime/JSGlobalObject.cpp
- Timestamp:
- Oct 24, 2010, 4:20:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalObject.cpp
r70406 r70425 308 308 }; 309 309 310 addStaticGlobals(staticGlobals, sizeof(staticGlobals) / sizeof(GlobalPropertyInfo));310 addStaticGlobals(staticGlobals, WTF_ARRAY_LENGTH(staticGlobals)); 311 311 312 312 // Set global functions.
Note:
See TracChangeset
for help on using the changeset viewer.