Bug 174068 - [iOS] Remove code only needed when building for iOS 9.x
Summary: [iOS] Remove code only needed when building for iOS 9.x
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-01 15:03 PDT by mitz
Modified: 2017-07-01 19:06 PDT (History)
3 users (show)

See Also:


Attachments
Remove unneeded code (78.72 KB, patch)
2017-07-01 15:06 PDT, mitz
no flags Details | Formatted Diff | Diff
Remove unneeded code (78.74 KB, patch)
2017-07-01 15:27 PDT, mitz
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2017-07-01 15:03:42 PDT
The iOS 9 build was broken a while ago but some code remains in the source tree that is only needed when building for iOS 9.x.
Comment 1 mitz 2017-07-01 15:06:01 PDT
Created attachment 314391 [details]
Remove unneeded code
Comment 2 mitz 2017-07-01 15:27:20 PDT
Created attachment 314392 [details]
Remove unneeded code
Comment 3 mitz 2017-07-01 19:06:53 PDT
Committed <https://trac.webkit.org/r219055>.