Bug 60275

Summary: [GTK] Return correct GTK version for NPNVToolkit
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Gtk
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch mrobinson: review+

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>