Title: [164399] trunk/Source/_javascript_Core
- Revision
- 164399
- Author
- [email protected]
- Date
- 2014-02-19 15:47:53 -0800 (Wed, 19 Feb 2014)
Log Message
Unreviewed build fix after r164391
* runtime/Arguments.h: Make SlowArgumentData public so template libraries can
access its methods.
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (164398 => 164399)
--- trunk/Source/_javascript_Core/ChangeLog 2014-02-19 23:43:05 UTC (rev 164398)
+++ trunk/Source/_javascript_Core/ChangeLog 2014-02-19 23:47:53 UTC (rev 164399)
@@ -1,3 +1,10 @@
+2014-02-19 Brent Fulgham <[email protected]>
+
+ Unreviewed build fix after r164391
+
+ * runtime/Arguments.h: Make SlowArgumentData public so template libraries can
+ access its methods.
+
2014-02-19 Mark Lam <[email protected]>
Need to align sp before calling operationLoadVarargs on 32-bit platforms.
Modified: trunk/Source/_javascript_Core/runtime/Arguments.h (164398 => 164399)
--- trunk/Source/_javascript_Core/runtime/Arguments.h 2014-02-19 23:43:05 UTC (rev 164398)
+++ trunk/Source/_javascript_Core/runtime/Arguments.h 2014-02-19 23:47:53 UTC (rev 164399)
@@ -138,6 +138,7 @@
WriteBarrierBase<Unknown>* m_registers;
std::unique_ptr<WriteBarrier<Unknown>[]> m_registerArray;
+public:
struct SlowArgumentData {
WTF_MAKE_FAST_ALLOCATED;
public:
@@ -146,6 +147,7 @@
int bytecodeToMachineCaptureOffset; // Add this if you have a bytecode offset into captured registers and you want the machine offset instead. Subtract if you want to do the opposite.
};
+private:
std::unique_ptr<SlowArgumentData> m_slowArgumentData;
WriteBarrier<JSFunction> m_callee;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes