diff options
-rw-r--r-- | chrome/common/ipc_message_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/ipc_message_utils.h b/chrome/common/ipc_message_utils.h index fb1aece..b01d037 100644 --- a/chrome/common/ipc_message_utils.h +++ b/chrome/common/ipc_message_utils.h @@ -1106,7 +1106,7 @@ class MessageWithReply : public SyncMessage { ReadParam(msg, &iter, &p); LogParam(p, l); -#if IPC_MESSAGE_LOG_ENABLED +#if defined(IPC_MESSAGE_LOG_ENABLED) const std::wstring& output_params = msg->output_params(); if (!l->empty() && !output_params.empty()) l->append(L", "); |