Changeset 190522 in webkit for trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
- Timestamp:
- Oct 2, 2015, 2:16:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
r190453 r190522 122 122 callback); 123 123 if (result != CompilationDeferred) 124 callback->compilationDidComplete(codeBlock, result);124 callback->compilationDidComplete(codeBlock, profiledDFGCodeBlock, result); 125 125 return result; 126 126 }
Note:
See TracChangeset
for help on using the changeset viewer.