Changeset 190113 in webkit for trunk/Source/JavaScriptCore/builtins/BuiltinExecutables.cpp
- Timestamp:
- Sep 22, 2015, 5:21:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/builtins/BuiltinExecutables.cpp
r189616 r190113 109 109 } 110 110 111 void BuiltinExecutables::finalize( JSCell*&, void* context)111 void BuiltinExecutables::finalize(Handle<Unknown>, void* context) 112 112 { 113 113 static_cast<Weak<UnlinkedFunctionExecutable>*>(context)->clear();
Note:
See TracChangeset
for help on using the changeset viewer.