Bug 60261 - [GTK] Module::load() should return true when g_module_open() returns a valid pointer
Summary: [GTK] Module::load() should return true when g_module_open() returns a valid ...
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
Depends on:
Blocks:
 
Reported: 2011-05-05 03:53 PDT by Carlos Garcia Campos
Modified: 2011-05-05 08:40 PDT (History)
0 users

See Also:


Attachments
Patch (1.00 KB, patch)
2011-05-05 03:54 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-05-05 03:53:03 PDT
It currently does the opposite.
Comment 1 Carlos Garcia Campos 2011-05-05 03:54:19 PDT
Created attachment 92401 [details]
Patch
Comment 2 Carlos Garcia Campos 2011-05-05 08:40:35 PDT
Committed r85854: <http://trac.webkit.org/changeset/85854>