Title: [164216] trunk/Source/_javascript_Core
- Revision
- 164216
- Author
- [email protected]
- Date
- 2014-02-17 05:14:44 -0800 (Mon, 17 Feb 2014)
Log Message
CLoop buildfix after r164207
https://bugs.webkit.org/show_bug.cgi?id=128899
Patch by Dániel Bátyai <[email protected]> on 2014-02-17
Reviewed by Csaba Osztrogonác.
* dfg/DFGCommon.h:
(JSC::DFG::shouldShowDisassembly):
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (164215 => 164216)
--- trunk/Source/_javascript_Core/ChangeLog 2014-02-17 11:09:13 UTC (rev 164215)
+++ trunk/Source/_javascript_Core/ChangeLog 2014-02-17 13:14:44 UTC (rev 164216)
@@ -1,3 +1,13 @@
+2014-02-17 Dániel Bátyai <[email protected]>
+
+ CLoop buildfix after r164207
+ https://bugs.webkit.org/show_bug.cgi?id=128899
+
+ Reviewed by Csaba Osztrogonác.
+
+ * dfg/DFGCommon.h:
+ (JSC::DFG::shouldShowDisassembly):
+
2014-02-16 Filip Pizlo <[email protected]>
Unreviewed, 32-bit build fix.
Modified: trunk/Source/_javascript_Core/dfg/DFGCommon.h (164215 => 164216)
--- trunk/Source/_javascript_Core/dfg/DFGCommon.h 2014-02-17 11:09:13 UTC (rev 164215)
+++ trunk/Source/_javascript_Core/dfg/DFGCommon.h 2014-02-17 13:14:44 UTC (rev 164216)
@@ -295,6 +295,7 @@
#if ENABLE(DFG_JIT)
return Options::showDisassembly() || Options::showDFGDisassembly() || (isFTL(mode) && Options::showFTLDisassembly());
#else
+ UNUSED_PARAM(mode);
return false;
#endif
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes