Bug 60275 - [GTK] Return correct GTK version for NPNVToolkit
Summary: [GTK] Return correct GTK version for NPNVToolkit
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 09:25 PDT by Carlos Garcia Campos
Modified: 2011-05-05 09:40 PDT (History)
0 users

See Also:


Attachments
Patch (1.57 KB, patch)
2011-05-05 09:26 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 09:25:01 PDT
We are currently returning 0, which makes the flash plugin fail with message "Not GTK2 toolkit (got 0)". In WebKit1 we always return 2 in PluginView::platformGetValueStatic().
Comment 1 Carlos Garcia Campos 2011-05-05 09:26:56 PDT
Created attachment 92426 [details]
Patch
Comment 2 Carlos Garcia Campos 2011-05-05 09:40:30 PDT
Committed r85859: <http://trac.webkit.org/changeset/85859>