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

Unified Diff: content/renderer/render_thread_impl.cc

Issue 10917002: Turned on Shadow DOM flag by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Turn the flag on. Created 8 years, 2 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index ca832093caa485583c38929448bb5b40045cbeab..c00ee7d6cac18d7314ffb2c038a7ad02e5f0a1a7 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -702,8 +702,7 @@ void RenderThreadImpl::EnsureWebKitInitialized() {
WebRuntimeFeatures::enableQuota(true);
- WebRuntimeFeatures::enableShadowDOM(
- command_line.HasSwitch(switches::kEnableExperimentalWebKitFeatures));
+ WebRuntimeFeatures::enableShadowDOM(true);
WebRuntimeFeatures::enableStyleScoped(
command_line.HasSwitch(switches::kEnableExperimentalWebKitFeatures));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698