Changeset 172884 in webkit


Ignore:
Timestamp:
Aug 22, 2014, 11:59:20 PM (11 years ago)
Author:
mitz@apple.com
Message:

Try to fix the Mac build using the internal SDK.

  • bindings/objc/PublicDOMInterfaces.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r172883 r172884  
     12014-08-22  Dan Bernstein  <mitz@apple.com>
     2
     3        Try to fix the Mac build using the internal SDK.
     4
     5        * bindings/objc/PublicDOMInterfaces.h:
     6
    172014-08-22  Renato Nagy  <nagy.renato@stud.u-szeged.hu>
    28
  • trunk/Source/WebCore/bindings/objc/PublicDOMInterfaces.h

    r172865 r172884  
    12541254
    12551255#if defined(WTF_USE_APPLE_INTERNAL_SDK) && WTF_USE_APPLE_INTERNAL_SDK
     1256#if defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE
    12561257#include <WebKitAdditions/PublicDOMInterfacesIOS.h>
    12571258#endif
     1259#endif
Note: See TracChangeset for help on using the changeset viewer.