Bug 131888 - [Cocoa] Crash in -[WKWebProcessPlugInHitTestResult nodeHandle] when nodeHandle() is null
Summary: [Cocoa] Crash in -[WKWebProcessPlugInHitTestResult nodeHandle] when nodeHandl...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-19 09:40 PDT by mitz
Modified: 2014-04-19 10:46 PDT (History)
0 users

See Also:


Attachments
Add a null check (1.42 KB, patch)
2014-04-19 09:41 PDT, mitz
jhoneycutt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-04-19 09:40:34 PDT
[Cocoa] Crash in -[WKWebProcessPlugInHitTestResult nodeHandle] when nodeHandle() is null
Comment 1 mitz 2014-04-19 09:41:20 PDT
Created attachment 229735 [details]
Add a null check
Comment 2 mitz 2014-04-19 10:46:48 PDT
Fixed in <http://trac.webkit.org/r167537>.