Bug 140915 - [iOS WK2] Fix possible crash when -[WKWebView evaluateJavaScript:completionHandler:] was called then the WKWebView is destroyed
Summary: [iOS WK2] Fix possible crash when -[WKWebView evaluateJavaScript:completionHa...
Status: RESOLVED DUPLICATE of bug 140203
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-26 18:28 PST by Simon Fraser (smfr)
Modified: 2015-01-26 18:36 PST (History)
2 users (show)

See Also:


Attachments
Patch (10.78 KB, patch)
2015-01-26 18:31 PST, Simon Fraser (smfr)
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2015-01-26 18:28:18 PST
[iOS WK2] Fix possible crash when -[WKWebView evaluateJavaScript:completionHandler:] was called then the WKWebView is destroyed
Comment 1 Simon Fraser (smfr) 2015-01-26 18:31:04 PST
Created attachment 245397 [details]
Patch
Comment 2 Simon Fraser (smfr) 2015-01-26 18:31:27 PST
Comment on attachment 245397 [details]
Patch

r=Sam
Comment 3 WebKit Commit Bot 2015-01-26 18:33:03 PST
Attachment 245397 [details] did not pass style-queue:


ERROR: Tools/TestWebKitAPI/Tests/WebKit2Cocoa/WKWebViewEvaluateJavaScript.mm:45:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 1 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Simon Fraser (smfr) 2015-01-26 18:36:34 PST

*** This bug has been marked as a duplicate of bug 140203 ***