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

Unified Diff: third_party/WebKit/public/features.gni

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/public/features.gni
diff --git a/third_party/WebKit/public/features.gni b/third_party/WebKit/public/features.gni
index bf7ef7b1ae75da04224af91e10ce8982a48e7446..008904057ed106e45ba004954a165c689fdcbfb6 100644
--- a/third_party/WebKit/public/features.gni
+++ b/third_party/WebKit/public/features.gni
@@ -4,5 +4,5 @@
declare_args() {
# Enables the Oilpan garbage-collection infrastructure.
- enable_oilpan = false
+ enable_oilpan = true
}

Powered by Google App Engine
This is Rietveld 408576698