Changeset 217073 in webkit for trunk/Source/JavaScriptCore/tools
- Timestamp:
- May 18, 2017, 4:11:30 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/tools/FunctionWhitelist.cpp
r204466 r217073 76 76 bool FunctionWhitelist::contains(CodeBlock* codeBlock) const 77 77 { 78 ASSERT(!isCompilationThread());79 78 if (!m_hasActiveWhitelist) 80 79 return true;
Note:
See TracChangeset
for help on using the changeset viewer.