[Webkit-unassigned] [Bug 67990] [GTK] Use WebKitWebContext in WebKitWebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 21 09:02:19 PDT 2011


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





--- Comment #8 from Martin Robinson <mrobinson at webkit.org>  2011-09-21 09:02:19 PST ---
(From update of attachment 108115)
View in context: https://bugs.webkit.org/attachment.cgi?id=108115&action=review

> Source/WebKit2/UIProcess/API/gtk/WebKitPrivate.h:35
> +#define WEBKIT_PARAM_READABLE  (static_cast<GParamFlags>(G_PARAM_READABLE|G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB))
> +#define WEBKIT_PARAM_WRITABLE  (static_cast<GParamFlags>(G_PARAM_WRITABLE|G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB))
> +#define WEBKIT_PARAM_READWRITE (static_cast<GParamFlags>(G_PARAM_READWRITE|G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB))

You have some extra spaces after the macro names.  I don't think we typically line these up in WebKit.

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