| Index: third_party/WebKit/Source/config.gni
|
| diff --git a/third_party/WebKit/Source/config.gni b/third_party/WebKit/Source/config.gni
|
| index db0d2295d1b990450be23bb45acd29490269f352..5c3805b6f4cebd6dbc7c845b89bb07af48a29a84 100644
|
| --- a/third_party/WebKit/Source/config.gni
|
| +++ b/third_party/WebKit/Source/config.gni
|
| @@ -17,8 +17,8 @@ declare_args() {
|
| # size of the binary and increasing the speed of gdb.
|
| remove_webcore_debug_symbols = false
|
|
|
| - # If true, enables blink logging macros (WTF_LOG and friends) unconditionally.
|
| - # When false, blink logging macros are enabled only if assertions are enabled.
|
| + # If true, enables WTF::ScopedLogger unconditionally.
|
| + # When false, WTF::ScopedLogger is enabled only if assertions are enabled.
|
| blink_logging_always_on = false
|
|
|
| # If true, defaults image interpolation to low quality.
|
|
|