[Webkit-unassigned] [Bug 30032] [Gtk] Creation of a WebkitWebView widget is very slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 23 14:22:30 PST 2010


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


Gustavo Noronha (kov) <gns at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #49131|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #13 from Gustavo Noronha (kov) <gns at gnome.org>  2010-02-23 14:22:30 PST ---
(From update of attachment 49131)
1276  GSList* webkit_web_settings_get_spell_languages(WebKitWebView *web_view)
 1272 GSList* webkit_web_settings_get_enchant_dicts(WebKitWebView* webView)
12771273 {
12781274     g_return_val_if_fail(WEBKIT_IS_WEB_VIEW(web_view), 0);
12791275 
12801276     WebKitWebSettings* settings =
webkit_web_view_get_settings(web_view);

Looks like you need to adjust the variable name in the two calls above =). r+
with that change, and removing the else clause, as pointed by the style bot, if
you feel like committing it, Martin!

-- 
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