[Webkit-unassigned] [Bug 161621] [GTK][EFL] Make *_PROCESS_CMD_PREFIX conditional on DEVELOPER_MODE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 6 03:44:05 PDT 2016


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #288010|review?                     |review+
              Flags|                            |

--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 288010
  --> https://bugs.webkit.org/attachment.cgi?id=288010
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=288010&action=review

> Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h:63
> -#if (PLATFORM(EFL) || PLATFORM(GTK)) && !defined(NDEBUG)
> +#if (PLATFORM(EFL) || PLATFORM(GTK)) && ENABLE(DEVELOPER_MODE)

Now that we are changing this, let's be consistent. Either change the previous one or this one I don't mind.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160906/86e75feb/attachment-0001.html>


More information about the webkit-unassigned mailing list