Title: [91131] trunk/Source/_javascript_Core
- Revision
- 91131
- Author
- [email protected]
- Date
- 2011-07-15 16:52:21 -0700 (Fri, 15 Jul 2011)
Log Message
Fix the build.
* dfg/DFGGraph.h:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (91130 => 91131)
--- trunk/Source/_javascript_Core/ChangeLog 2011-07-15 23:52:08 UTC (rev 91130)
+++ trunk/Source/_javascript_Core/ChangeLog 2011-07-15 23:52:21 UTC (rev 91131)
@@ -1,3 +1,9 @@
+2011-07-15 Mark Rowe <[email protected]>
+
+ Fix the build.
+
+ * dfg/DFGGraph.h:
+
2011-07-15 Gavin Barraclough <[email protected]>
NativeError.prototype objects have [[Class]] of "Object" but should be "Error"
Modified: trunk/Source/_javascript_Core/dfg/DFGGraph.h (91130 => 91131)
--- trunk/Source/_javascript_Core/dfg/DFGGraph.h 2011-07-15 23:52:08 UTC (rev 91130)
+++ trunk/Source/_javascript_Core/dfg/DFGGraph.h 2011-07-15 23:52:21 UTC (rev 91131)
@@ -36,7 +36,7 @@
namespace JSC {
class CodeBlock;
-struct ExecState;
+class ExecState;
namespace DFG {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes