Changeset 38265 in webkit for trunk/JavaScriptCore/API/JSCallbackObjectFunctions.h
- Timestamp:
- Nov 10, 2008, 10:17:15 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackObjectFunctions.h
r37845 r38265 131 131 // FIXME: This violates the PropertySlot design a little bit. 132 132 // We should either use this optimization everywhere, or nowhere. 133 slot.setCustom( asObject(toJS(value)), cachedValueGetter);133 slot.setCustom(toJS(value), cachedValueGetter); 134 134 return true; 135 135 }
Note:
See TracChangeset
for help on using the changeset viewer.