Title: [190594] trunk/Source/WebKit2
Revision
190594
Author
mmaxfi...@apple.com
Date
2015-10-05 17:27:48 -0700 (Mon, 05 Oct 2015)

Log Message

Prospective Mavericks build fix.

Unreviewed.

* UIProcess/API/cpp/WKRetainPtr.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (190593 => 190594)


--- trunk/Source/WebKit2/ChangeLog	2015-10-05 23:45:56 UTC (rev 190593)
+++ trunk/Source/WebKit2/ChangeLog	2015-10-06 00:27:48 UTC (rev 190594)
@@ -1,3 +1,11 @@
+2015-10-05  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Prospective Mavericks build fix.
+
+        Unreviewed.
+
+        * UIProcess/API/cpp/WKRetainPtr.h:
+
 2015-10-05  Beth Dakin  <bda...@apple.com>
 
         Compress snapshots on iOS

Modified: trunk/Source/WebKit2/UIProcess/API/cpp/WKRetainPtr.h (190593 => 190594)


--- trunk/Source/WebKit2/UIProcess/API/cpp/WKRetainPtr.h	2015-10-05 23:45:56 UTC (rev 190593)
+++ trunk/Source/WebKit2/UIProcess/API/cpp/WKRetainPtr.h	2015-10-06 00:27:48 UTC (rev 190594)
@@ -28,6 +28,7 @@
 
 #include <WebKit/WKType.h>
 #include <algorithm>
+#include <wtf/GetPtr.h>
 #include <wtf/HashFunctions.h>
 #include <wtf/HashTraits.h>
 #include <wtf/RefPtr.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to