Bug 146913 - Apps linked with a deployment target of iOS 7.x or earlier crash when using modern WebKit API
Summary: Apps linked with a deployment target of iOS 7.x or earlier crash when using m...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-07-13 13:39 PDT by Anders Carlsson
Modified: 2015-07-13 13:47 PDT (History)
1 user (show)

See Also:


Attachments
Patch (5.83 KB, patch)
2015-07-13 13:41 PDT, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2015-07-13 13:39:36 PDT
Apps linked with a deployment target of iOS 7.x or earlier crash when using modern WebKit API
Comment 1 Anders Carlsson 2015-07-13 13:41:05 PDT
Created attachment 256719 [details]
Patch
Comment 2 mitz 2015-07-13 13:43:07 PDT
Comment on attachment 256719 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=256719&action=review

> Source/JavaScriptCore/ChangeLog:10
> +        /System/Library/Framework/JavaScriptCore.framework.

Framework*s*

> Source/WebKit2/ChangeLog:10
> +        /System/Library/Framework/WebKit.framework.

Framework*s*
Comment 3 Anders Carlsson 2015-07-13 13:45:43 PDT
Committed r186777: <http://trac.webkit.org/changeset/186777>
Comment 4 mitz 2015-07-13 13:47:01 PDT
<rdar://problem/21789252>