Changeset 222676 in webkit


Ignore:
Timestamp:
Sep 29, 2017 7:11:20 PM (7 years ago)
Author:
ap@apple.com
Message:

Follow-up to https://trac.webkit.org/r222239 to fix crashes.
rdar://problem/34705779

Addressing review comments that I somehow landed without.

  • WebView/WebHTMLView.mm: Undo adding #if guards around -_web_uniqueWebDataURL
Location:
trunk/Source/WebKitLegacy/mac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKitLegacy/mac/ChangeLog

    r222664 r222676  
     12017-09-29  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Follow-up to https://trac.webkit.org/r222239 to fix crashes.
     4        rdar://problem/34705779
     5
     6        Addressing review comments that I somehow landed without.
     7
     8        * WebView/WebHTMLView.mm: Undo adding #if guards around -_web_uniqueWebDataURL
     9
    1102017-09-29  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/Source/WebKitLegacy/mac/WebView/WebHTMLView.mm

    r222239 r222676  
    72937293@end
    72947294
    7295 #if (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED < 110000) || (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED < 101300)
    7296 // This is used by AppKit/TextKit and is implemented here in part so that WebDataProtocolScheme is only defined once.
    7297 // FIXME: Really should have an @interface for this somewhere in this file or an include. Not sure why it compiles without one.
     7295// This is used by AppKit/TextKit. It should be possible to remove this once
     7296// -[NSAttributedString _documentFromRange:document:documentAttributes:subresources:] is removed.
    72987297@implementation NSURL (WebDataURL)
    72997298
     
    73047303
    73057304@end
    7306 #endif
    73077305
    73087306#if PLATFORM(MAC)
Note: See TracChangeset for help on using the changeset viewer.