Title: [152747] trunk/Source/_javascript_Core
- Revision
- 152747
- Author
- [email protected]
- Date
- 2013-07-16 16:24:33 -0700 (Tue, 16 Jul 2013)
Log Message
Typo in DFGInsertionSet.h header guard: "DFGInsectionSet_h" -> "DFGInsertionSet_h"
https://bugs.webkit.org/show_bug.cgi?id=118753
Reviewed by Geoffrey Garen.
* dfg/DFGInsertionSet.h:
"DFGInsectionSet_h" -> "DFGInsertionSet_h"
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (152746 => 152747)
--- trunk/Source/_javascript_Core/ChangeLog 2013-07-16 22:57:11 UTC (rev 152746)
+++ trunk/Source/_javascript_Core/ChangeLog 2013-07-16 23:24:33 UTC (rev 152747)
@@ -1,3 +1,13 @@
+2013-07-16 David Farler <[email protected]>
+
+ Typo in DFGInsertionSet.h header guard: "DFGInsectionSet_h" -> "DFGInsertionSet_h"
+ https://bugs.webkit.org/show_bug.cgi?id=118753
+
+ Reviewed by Geoffrey Garen.
+
+ * dfg/DFGInsertionSet.h:
+ "DFGInsectionSet_h" -> "DFGInsertionSet_h"
+
2013-07-16 Filip Pizlo <[email protected]>
MakeRope fixup shouldn't lead to an Identity without kids
Modified: trunk/Source/_javascript_Core/dfg/DFGInsertionSet.h (152746 => 152747)
--- trunk/Source/_javascript_Core/dfg/DFGInsertionSet.h 2013-07-16 22:57:11 UTC (rev 152746)
+++ trunk/Source/_javascript_Core/dfg/DFGInsertionSet.h 2013-07-16 23:24:33 UTC (rev 152747)
@@ -24,7 +24,7 @@
*/
#ifndef DFGInsertionSet_h
-#define DFGInsectionSet_h
+#define DFGInsertionSet_h
#include <wtf/Platform.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes