Title: [126696] trunk/Source/_javascript_Core
- Revision
- 126696
- Author
- [email protected]
- Date
- 2012-08-25 20:53:38 -0700 (Sat, 25 Aug 2012)
Log Message
2012-08-25 Geoffrey Garen <[email protected]>
Try to fix the Linux build.
* runtime/JSActivation.cpp:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (126695 => 126696)
--- trunk/Source/_javascript_Core/ChangeLog 2012-08-26 03:25:31 UTC (rev 126695)
+++ trunk/Source/_javascript_Core/ChangeLog 2012-08-26 03:53:38 UTC (rev 126696)
@@ -1,5 +1,11 @@
2012-08-25 Geoffrey Garen <[email protected]>
+ Try to fix the Linux build.
+
+ * runtime/JSActivation.cpp:
+
+2012-08-25 Geoffrey Garen <[email protected]>
+
Don't use malloc / destructors for activation objects
https://bugs.webkit.org/show_bug.cgi?id=94897
Modified: trunk/Source/_javascript_Core/runtime/JSActivation.cpp (126695 => 126696)
--- trunk/Source/_javascript_Core/runtime/JSActivation.cpp 2012-08-26 03:25:31 UTC (rev 126695)
+++ trunk/Source/_javascript_Core/runtime/JSActivation.cpp 2012-08-26 03:53:38 UTC (rev 126696)
@@ -32,6 +32,7 @@
#include "Arguments.h"
#include "Interpreter.h"
#include "JSFunction.h"
+#include "CopiedSpaceInlineMethods.h"
using namespace std;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes