Title: [201185] trunk/Source/WTF
- Revision
- 201185
- Author
- [email protected]
- Date
- 2016-05-19 14:46:07 -0700 (Thu, 19 May 2016)
Log Message
Unreviewed, fix all of the builds. I failed a second time.
* wtf/BackwardsGraph.h:
(WTF::BackwardsGraph::rootName):
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (201184 => 201185)
--- trunk/Source/WTF/ChangeLog 2016-05-19 21:44:29 UTC (rev 201184)
+++ trunk/Source/WTF/ChangeLog 2016-05-19 21:46:07 UTC (rev 201185)
@@ -1,5 +1,12 @@
2016-05-19 Filip Pizlo <[email protected]>
+ Unreviewed, fix all of the builds. I failed a second time.
+
+ * wtf/BackwardsGraph.h:
+ (WTF::BackwardsGraph::rootName):
+
+2016-05-19 Filip Pizlo <[email protected]>
+
Unreviewed, fix all of the builds. I had made an additional change that I did not mean to
commit. This fixes it.
Modified: trunk/Source/WTF/wtf/BackwardsGraph.h (201184 => 201185)
--- trunk/Source/WTF/wtf/BackwardsGraph.h 2016-05-19 21:44:29 UTC (rev 201184)
+++ trunk/Source/WTF/wtf/BackwardsGraph.h 2016-05-19 21:46:07 UTC (rev 201185)
@@ -40,7 +40,7 @@
WTF_MAKE_FAST_ALLOCATED;
public:
// We use "#end" to refer to the synthetic root we have created.
- static const char* rootName() { return "#end" };
+ static const char* rootName() { return "#end"; };
class Node {
public:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes