[Webkit-unassigned] [Bug 105267] [EFL] Add guard around ContextMenuItemTagInspectElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 20 01:12:45 PST 2012


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





--- Comment #6 from Vivek Galatage <vivekg at webkit.org>  2012-12-20 01:14:59 PST ---
(From update of attachment 179930)
View in context: https://bugs.webkit.org/attachment.cgi?id=179930&action=review

> Source/WebKit/efl/ewk/ewk_contextmenu.h:112
> +#if defined ENABLE_INSPECTOR && ENABLE_INSPECTOR

Wouldn't the use of #if ENABLE(INSPECTOR) do the same thing as above? I think its better to use the ENABLE(INSPECTOR) macro for consistency.

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