Changeset 236826 in webkit
- Timestamp:
- Oct 3, 2018, 9:57:35 PM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/PageClient.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r236822 r236826 1 2018-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 1 7 2018-10-03 Dan Bernstein <mitz@apple.com> 2 8 -
trunk/Source/WebKit/UIProcess/PageClient.h
r236822 r236826 445 445 virtual void didInsertAttachment(API::Attachment&, const String& source) { } 446 446 virtual void didRemoveAttachment(API::Attachment&) { } 447 #if PLATFORM(COCOA) 447 448 virtual NSFileWrapper *allocFileWrapperInstance() { return nullptr; } 448 449 #endif 450 #endif 449 451 }; 450 452
Note:
See TracChangeset
for help on using the changeset viewer.