| Index: third_party/WebKit/Source/config.gni
|
| diff --git a/third_party/WebKit/Source/config.gni b/third_party/WebKit/Source/config.gni
|
| index 17952b739c2dfa6ec60fbbd66189678e3edad957..db0d2295d1b990450be23bb45acd29490269f352 100644
|
| --- a/third_party/WebKit/Source/config.gni
|
| +++ b/third_party/WebKit/Source/config.gni
|
| @@ -13,10 +13,6 @@ if (current_cpu == "arm") {
|
| }
|
|
|
| declare_args() {
|
| - # Set to true to enable the clang plugin that checks the usage of the Blink
|
| - # garbage-collection infrastructure during compilation.
|
| - blink_gc_plugin = true
|
| -
|
| # If true, doesn't compile debug symbols into webcore reducing the
|
| # size of the binary and increasing the speed of gdb.
|
| remove_webcore_debug_symbols = false
|
|
|