Bug 63149 - [UNIX] Check for npp directly when getting X display in NetscapeBrowserFuncs
Summary: [UNIX] Check for npp directly when getting X display in NetscapeBrowserFuncs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, Qt
Depends on:
Blocks:
 
Reported: 2011-06-22 09:40 PDT by Carlos Garcia Campos
Modified: 2011-06-22 23:44 PDT (History)
0 users

See Also:


Attachments
Patch (1.57 KB, patch)
2011-06-22 09:42 PDT, Carlos Garcia Campos
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2011-06-22 09:40:30 PDT
NetscapePlugin::fromNPP() shouldn't be called with a null npp, it contains an assert that make it crash when building with debug enabled.
Comment 1 Carlos Garcia Campos 2011-06-22 09:42:34 PDT
Created attachment 98186 [details]
Patch
Comment 2 Carlos Garcia Campos 2011-06-22 23:44:52 PDT
Committed r89537: <http://trac.webkit.org/changeset/89537>