Changeset 223202 in webkit for trunk/Source/JavaScriptCore/jit/AssemblyHelpers.h
- Timestamp:
- Oct 11, 2017, 12:33:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/AssemblyHelpers.h
r223113 r223202 1315 1315 { 1316 1316 #if GIGACAGE_ENABLED 1317 if (!Gigacage:: isEnabled(kind))1317 if (!Gigacage::shouldBeEnabled()) 1318 1318 return; 1319 1319 … … 1329 1329 { 1330 1330 #if GIGACAGE_ENABLED 1331 if (!Gigacage:: isEnabled(kind))1331 if (!Gigacage::shouldBeEnabled()) 1332 1332 return; 1333 1333
Note:
See TracChangeset
for help on using the changeset viewer.