⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 181885 in webkit


Ignore:
Timestamp:
Mar 23, 2015, 6:28:06 PM (11 years ago)
Author:
Joseph Pecoraro
Message:

Unreviewed, another attempt to fix 32-bit build after r181881.

  • UIProcess/WebInspectorProxy.h:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r181884 r181885  
     12015-03-23  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        Unreviewed, another attempt to fix 32-bit build after r181881.
     4
     5        * UIProcess/WebInspectorProxy.h:
     6
    172015-03-23  Joseph Pecoraro  <pecoraro@apple.com>
    28
  • trunk/Source/WebKit2/UIProcess/WebInspectorProxy.h

    r181881 r181885  
    178178    void platformAppend(const String& filename, const String& content);
    179179
    180 #if PLATFORM(MAC)
     180#if PLATFORM(MAC) && WK_API_ENABLED
    181181    bool platformCanAttach(bool webProcessCanAttach);
    182182#else
Note: See TracChangeset for help on using the changeset viewer.