Changeset 236826 in webkit


Ignore:
Timestamp:
Oct 3, 2018, 9:57:35 PM (7 years ago)
Author:
mitz@apple.com
Message:

Tried to fix non-Cocoa, ENABLE(ATTACHMENT_ELEMENT) builds after r236822.

  • UIProcess/PageClient.h:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r236822 r236826  
     12018-10-03  Dan Bernstein  <mitz@apple.com>
     2
     3        Tried to fix non-Cocoa, ENABLE(ATTACHMENT_ELEMENT) builds after r236822.
     4
     5        * UIProcess/PageClient.h:
     6
    172018-10-03  Dan Bernstein  <mitz@apple.com>
    28
  • trunk/Source/WebKit/UIProcess/PageClient.h

    r236822 r236826  
    445445    virtual void didInsertAttachment(API::Attachment&, const String& source) { }
    446446    virtual void didRemoveAttachment(API::Attachment&) { }
     447#if PLATFORM(COCOA)
    447448    virtual NSFileWrapper *allocFileWrapperInstance() { return nullptr; }
    448449#endif
     450#endif
    449451};
    450452
Note: See TracChangeset for help on using the changeset viewer.