Title: [232415] trunk/Source/_javascript_Core/bytecode/InByIdStatus.cpp
- Revision
- 232415
- Author
- [email protected]
- Date
- 2018-06-01 13:57:45 -0700 (Fri, 01 Jun 2018)
Log Message
Fix the !ENABLE(DFG_JIT) build.
* bytecode/InByIdStatus.cpp:
(JSC::InByIdStatus::computeFor):
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/bytecode/InByIdStatus.cpp (232414 => 232415)
--- trunk/Source/_javascript_Core/bytecode/InByIdStatus.cpp 2018-06-01 20:52:48 UTC (rev 232414)
+++ trunk/Source/_javascript_Core/bytecode/InByIdStatus.cpp 2018-06-01 20:57:45 UTC (rev 232415)
@@ -54,6 +54,8 @@
return InByIdStatus(TakesSlowPath);
#else
UNUSED_PARAM(map);
+ UNUSED_PARAM(bytecodeIndex);
+ UNUSED_PARAM(uid);
#endif
return result;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes