[Webkit-unassigned] [Bug 127800] WebKitGTK+ should stop using COMPILE_ASSERT_MATCHING_ENUM macros

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 24 02:03:39 PST 2014


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





--- Comment #17 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-02-24 02:00:46 PST ---
(From update of attachment 224774)
View in context: https://bugs.webkit.org/attachment.cgi?id=224774&action=review

> Source/WebKit2/UIProcess/API/gtk/WebKitFindController.h:69
> +  /*< private >*/
> +  WEBKIT_FIND_OPTIONS_SHOW_OVERLAY =                       1 << 5,
> +  WEBKIT_FIND_OPTIONS_SHOW_FIND_INDICATOR =                1 << 6,
> +  WEBKIT_FIND_OPTIONS_SHOW_HIGHLIGHT =                     1 << 7,

I don't think we should expose these here, even when using the private  comment.

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