Changeset 185715 in webkit
- Timestamp:
- Jun 18, 2015, 12:16:40 PM (10 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r185714 r185715 1 2015-06-18 Joseph Pecoraro <pecoraro@apple.com> 2 3 Unreviewed. Rollout r185670 as it caused some tests to be flakey. 4 5 * debugger/Debugger.cpp: 6 1 7 2015-06-17 Alex Christensen <achristensen@webkit.org> 2 8 -
trunk/Source/JavaScriptCore/debugger/Debugger.cpp
r185670 r185715 77 77 78 78 JSFunction* function = jsCast<JSFunction*>(cell); 79 if (function-> isHostOrBuiltinFunction())79 if (function->executable()->isHostFunction()) 80 80 return; 81 81
Note:
See TracChangeset
for help on using the changeset viewer.