Bug 158026

Summary: Fix null pointer dereferencing in WebViewImpl::inputContext
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Alex Christensen 2016-05-24 11:12:18 PDT
Fix null pointer dereferencing in WebViewImpl::inputContext
Comment 1 Alex Christensen 2016-05-24 11:13:01 PDT
Created attachment 279674 [details]
Patch
Comment 2 Alex Christensen 2016-05-24 13:58:44 PDT
Created attachment 279701 [details]
Patch
Comment 3 Tim Horton 2016-05-24 13:59:25 PDT
Comment on attachment 279701 [details]
Patch

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

> Source/WebKit2/ChangeLog:11
> +        this was null sometimes in WebViewImpl::inputContext.

Capital t.
Comment 4 Alex Christensen 2016-05-24 14:01:35 PDT
This was not null.  this was.
Comment 5 WebKit Commit Bot 2016-05-24 14:11:25 PDT
Comment on attachment 279701 [details]
Patch

Clearing flags on attachment: 279701

Committed r201351: <http://trac.webkit.org/changeset/201351>
Comment 6 WebKit Commit Bot 2016-05-24 14:11:29 PDT
All reviewed patches have been landed.  Closing bug.