aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-cookie-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-cookie-manager.c')
-rw-r--r--embed/ephy-cookie-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/ephy-cookie-manager.c b/embed/ephy-cookie-manager.c
index fe0e26f83..ca2f093cf 100644
--- a/embed/ephy-cookie-manager.c
+++ b/embed/ephy-cookie-manager.c
@@ -30,7 +30,7 @@ ephy_cookie_get_type (void)
{
static GType type = 0;
- if (type == 0)
+ if (G_UNLIKELY (type == 0))
{
type = g_boxed_type_register_static ("EphyCookie",
(GBoxedCopyFunc) ephy_cookie_copy,
@@ -105,7 +105,7 @@ ephy_cookie_manager_get_type (void)
{
static GType type = 0;
- if (type == 0)
+ if (G_UNLIKELY (type == 0))
{
static const GTypeInfo our_info =
{