Changeset 173288 in webkit


Ignore:
Timestamp:
Sep 4, 2014 4:13:39 PM (10 years ago)
Author:
aestes@apple.com
Message:

Address additional review feedback after landing r173283.

Reviewed by Daniel Bates.

  • DumpRenderTree/config.h: Removed redundant includes.
  • TestWebKitAPI/config.h: Ditto.
  • WebKitTestRunner/config.h: Ditto.
Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/mac/ChangeLog

    r173283 r173288  
    1010            s/(^ *)WEBCORE_EXPORT /\1/g
    1111
    12         This removes WEBCORE_EXPORT and a single following space character but preserves preceeding whitespace.
     12        This removes WEBCORE_EXPORT and a single following space character but preserves preceeding spaces.
    1313
    1414        * MigrateHeaders.make:
  • trunk/Tools/ChangeLog

    r173283 r173288  
     12014-09-04  Andy Estes  <aestes@apple.com>
     2
     3        Address additional review feedback after landing r173283.
     4
     5        Reviewed by Daniel Bates.
     6
     7        * DumpRenderTree/config.h: Removed redundant includes.
     8        * TestWebKitAPI/config.h: Ditto.
     9        * WebKitTestRunner/config.h: Ditto.
     10
    1112014-09-03  Andy Estes  <aestes@apple.com>
    212
  • trunk/Tools/DumpRenderTree/config.h

    r173283 r173288  
    2626
    2727#include <WebCore/PlatformExportMacros.h>
    28 #include <wtf/Platform.h>
    29 #include <wtf/ExportMacros.h>
    3028#include <runtime/JSExportMacros.h>
    3129
  • trunk/Tools/TestWebKitAPI/config.h

    r173283 r173288  
    2929
    3030#include <WebCore/PlatformExportMacros.h>
    31 #include <wtf/Platform.h>
    32 #include <wtf/ExportMacros.h>
    3331#include <runtime/JSExportMacros.h>
    3432
  • trunk/Tools/WebKitTestRunner/config.h

    r173283 r173288  
    3232#include <WebCore/PlatformExportMacros.h>
    3333#include <WebKit/WebKit2_C.h>
    34 #include <wtf/Platform.h>
    35 #include <wtf/ExportMacros.h>
    3634#include <runtime/JSExportMacros.h>
    3735
Note: See TracChangeset for help on using the changeset viewer.