Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Unified Diff: third_party/WebKit/Source/build/features.gypi

Issue 1482683002: Trial: build trunk with Oilpan everywhere. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: have RemoteDOMWindow keep a weak ref back to its RemoteFrame Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/build/features.gypi
diff --git a/third_party/WebKit/Source/build/features.gypi b/third_party/WebKit/Source/build/features.gypi
index e22265ed1675bd8482ec042305154d7b3244ff78..bb1fd26146fcb9f6f3cc0143e08548b6efb165d2 100644
--- a/third_party/WebKit/Source/build/features.gypi
+++ b/third_party/WebKit/Source/build/features.gypi
@@ -50,7 +50,7 @@
# Enables the Oilpan garbage-collection infrastructure.
# If you update the default value below, be sure to update the one in
# ../config.gyp, too!
- 'enable_oilpan%': 0,
+ 'enable_oilpan%': 1,
'detailed_memory_infra%': 0,
'blink_logging_always_on%': 0,
'link_core_modules_separately%': 1,

Powered by Google App Engine
This is Rietveld 408576698