Changeset 173370 in webkit for trunk/Source/JavaScriptCore/dfg/DFGPlan.cpp
- Timestamp:
- Sep 7, 2014, 7:16:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGPlan.cpp
r172737 r173370 182 182 default: 183 183 RELEASE_ASSERT_NOT_REACHED(); 184 #if COMPILER_QUIRK(CONSIDERS_UNREACHABLE_CODE) 184 185 pathName = ""; 186 #endif 185 187 break; 186 188 }
Note:
See TracChangeset
for help on using the changeset viewer.