Changeset 61565 in webkit


Ignore:
Timestamp:
Jun 21, 2010 12:22:12 PM (14 years ago)
Author:
Dimitri Glazkov
Message:

2010-06-21 Dimitri Glazkov <Dimitri Glazkov>

Reviewed by Dan Bernstein.

Chromium/Mac build fix.

  • WebCoreSupport/WebSystemInterface.mm: Change the order of wtf/Platform.h include to let other

headers smell it.

Location:
trunk/WebKit/mac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/mac/ChangeLog

    r61562 r61565  
     12010-06-21  Dimitri Glazkov  <dglazkov@chromium.org>
     2
     3        Reviewed by Dan Bernstein.
     4
     5        Chromium/Mac build fix.
     6
     7        * WebCoreSupport/WebSystemInterface.mm: Change the order of wtf/Platform.h include to let other
     8            headers smell it.
     9
    1102010-06-21  Anders Carlsson  <andersca@apple.com>
    211
  • trunk/WebKit/mac/WebCoreSupport/WebSystemInterface.mm

    r61556 r61565  
    2929#import "WebSystemInterface.h"
    3030
     31// Needed for builds not using PCH to expose BUILDING_ macros, see bug 32753.
     32#include <wtf/Platform.h>
     33
    3134#import <WebCore/WebCoreSystemInterface.h>
    3235#import <WebKitSystemInterface.h>
    33 
    34 // Needed for builds not using PCH to expose BUILDING_ macros, see bug 32753.
    35 #include <wtf/Platform.h>
    3636
    3737#define INIT(function) wk##function = WK##function
Note: See TracChangeset for help on using the changeset viewer.