| Index: third_party/WebKit/Source/config.gyp
|
| diff --git a/third_party/WebKit/Source/config.gyp b/third_party/WebKit/Source/config.gyp
|
| index adac6d8e0ec3890270d46a17408b5fb15f3ff0ce..a16297207731ae8bf65cb82f0b83d5ba9b109c89 100644
|
| --- a/third_party/WebKit/Source/config.gyp
|
| +++ b/third_party/WebKit/Source/config.gyp
|
| @@ -35,7 +35,7 @@
|
| # Enables the Oilpan garbage-collection infrastructure.
|
| # If you update the default value below, be sure to update the one in
|
| # build/features.gypi, too!
|
| - 'enable_oilpan%': 0,
|
| + 'enable_oilpan%': 1,
|
| # If set to 1 (default) and using clang, the Blink GC plugin will check the
|
| # usage of the garbage-collection infrastructure during compilation.
|
| 'blink_gc_plugin%': 1,
|
|
|