Chromium Code Reviews| Index: Source/web/WebPagePopupImpl.cpp |
| diff --git a/Source/web/WebPagePopupImpl.cpp b/Source/web/WebPagePopupImpl.cpp |
| index 5613531dcc789235be5b3abf3613d4910a42a40a..b1edafc3276804690b456bab3b51abdf45088da7 100644 |
| --- a/Source/web/WebPagePopupImpl.cpp |
| +++ b/Source/web/WebPagePopupImpl.cpp |
| @@ -87,9 +87,6 @@ private: |
| { |
| #ifndef NDEBUG |
| fprintf(stderr, "CONSOLE MESSSAGE:%u: %s\n", lineNumber, message.utf8().data()); |
| -#else |
| - UNUSED_PARAM(message); |
| - UNUSED_PARAM(lineNumber); |
| #endif |
| } |