Title: [201646] trunk/Source/_javascript_Core
Revision
201646
Author
mark....@apple.com
Date
2016-06-03 09:49:46 -0700 (Fri, 03 Jun 2016)

Log Message

Gardening: CLOOP build fix (needs a #include).

Not reviewed.

* interpreter/StackVisitor.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (201645 => 201646)


--- trunk/Source/_javascript_Core/ChangeLog	2016-06-03 16:43:10 UTC (rev 201645)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-06-03 16:49:46 UTC (rev 201646)
@@ -1,3 +1,11 @@
+2016-06-03  Mark Lam  <mark....@apple.com>
+
+        Gardening: CLOOP build fix (needs a #include).
+
+        Not reviewed.
+
+        * interpreter/StackVisitor.h:
+
 2016-06-03  Andreas Kling  <akl...@apple.com>
 
         Eliminate two large sources of temporary StringImpl objects.

Modified: trunk/Source/_javascript_Core/interpreter/StackVisitor.h (201645 => 201646)


--- trunk/Source/_javascript_Core/interpreter/StackVisitor.h	2016-06-03 16:43:10 UTC (rev 201645)
+++ trunk/Source/_javascript_Core/interpreter/StackVisitor.h	2016-06-03 16:49:46 UTC (rev 201646)
@@ -27,6 +27,7 @@
 #define StackVisitor_h
 
 #include "VMEntryRecord.h"
+#include <functional>
 #include <wtf/Indenter.h>
 #include <wtf/text/WTFString.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to