Changeset 86797 in webkit


Ignore:
Timestamp:
May 18, 2011 3:04:57 PM (13 years ago)
Author:
beidson@apple.com
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.
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r86793 r86797  
     12011-05-18  Brady Eidson  <beidson@apple.com>
     2
     3        Reviewed by Anders Carlsson.
     4
     5        <rdar://problem/9457633> and https://bugs.webkit.org/show_bug.cgi?id=61009
     6        Processes spawned by SnowLeopard's WebProcess attempt to install WebKit2 shims.
     7
     8        * Platform/unix/EnvironmentUtilities.cpp: Remove an unnecessary #include, as reviewed.
     9
    1102011-05-17  Timothy Hatcher  <timothy@apple.com>
    211
  • trunk/Source/WebKit2/Platform/unix/EnvironmentUtilities.cpp

    r86792 r86797  
    2828
    2929#include <wtf/text/CString.h>
    30 #include <wtf/text/StringBuilder.h>
    3130
    3231namespace WebKit {
Note: See TracChangeset for help on using the changeset viewer.