Title: [86797] trunk/Source/WebKit2
Revision
86797
Author
[email protected]
Date
2011-05-18 15:04:57 -0700 (Wed, 18 May 2011)

Log Message

<rdar://problem/9457633> and https://bugs.webkit.org/show_bug.cgi?id=61009
Processes spawned by SnowLeopard's WebProcess attempt to install WebKit2 shims.

Reviewed by Anders Carlsson.

* Platform/unix/EnvironmentUtilities.cpp: Remove an unnecessary #include, as reviewed.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (86796 => 86797)


--- trunk/Source/WebKit2/ChangeLog	2011-05-18 22:03:14 UTC (rev 86796)
+++ trunk/Source/WebKit2/ChangeLog	2011-05-18 22:04:57 UTC (rev 86797)
@@ -1,3 +1,12 @@
+2011-05-18  Brady Eidson  <[email protected]>
+
+        Reviewed by Anders Carlsson.
+
+        <rdar://problem/9457633> and https://bugs.webkit.org/show_bug.cgi?id=61009
+        Processes spawned by SnowLeopard's WebProcess attempt to install WebKit2 shims.
+
+        * Platform/unix/EnvironmentUtilities.cpp: Remove an unnecessary #include, as reviewed.
+
 2011-05-17  Timothy Hatcher  <[email protected]>
 
         Update the the context menu to reflect the system search provider on Mac.

Modified: trunk/Source/WebKit2/Platform/unix/EnvironmentUtilities.cpp (86796 => 86797)


--- trunk/Source/WebKit2/Platform/unix/EnvironmentUtilities.cpp	2011-05-18 22:03:14 UTC (rev 86796)
+++ trunk/Source/WebKit2/Platform/unix/EnvironmentUtilities.cpp	2011-05-18 22:04:57 UTC (rev 86797)
@@ -27,7 +27,6 @@
 #include "EnvironmentUtilities.h"
 
 #include <wtf/text/CString.h>
-#include <wtf/text/StringBuilder.h>
 
 namespace WebKit {
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to