[Webkit-unassigned] [Bug 76911] [GTK] WebKitWebView won't work in a GtkOffscreenWindow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 30 10:47:35 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76911





--- Comment #5 from Martin Robinson <mrobinson at webkit.org>  2012-01-30 10:47:34 PST ---
(From update of attachment 123730)
View in context: https://bugs.webkit.org/attachment.cgi?id=123730&action=review

Thanks. I think you just need to make the same fix in WebKit2 and fix the few style nits below.

> Source/WebKit/gtk/tests/testwebview.c:369
> +    GtkWidget* web_view;

I think your asterisk is in the wrong place here.

> Source/WebKit/gtk/tests/testwebview.c:374
> +    window = gtk_offscreen_window_new();
> +    web_view = webkit_web_view_new();

Just define the variables where you use them.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list