[Webkit-unassigned] [Bug 49132] [GTK] Use __attribute__((constructor)) to call webkit_init at library init time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 11 13:29:07 PST 2010


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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #73613|review?                     |review+
               Flag|                            |




--- Comment #5 from Gustavo Noronha (kov) <gns at gnome.org>  2010-11-11 13:29:07 PST ---
(From update of attachment 73613)
View in context: https://bugs.webkit.org/attachment.cgi?id=73613&action=review

You guys are great =).

> WebCore/platform/graphics/gtk/ImageGtk.cpp:46
> +    if (!module) {
> +        GetModuleHandleEx(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS | GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT,
> +                          static_cast<LPCSTR>(getWebKitDataDirectory), &module);
> +    }

Should not have the bracers here.

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