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

Unified Diff: Source/core/dom/StyleEngine.cpp

Issue 1134173002: Get rid of TreeBoundaryCrossingRules. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Missing important UA rules. Created 5 years, 7 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 | « Source/core/dom/StyleEngine.h ('k') | Source/core/dom/TreeScope.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/StyleEngine.cpp
diff --git a/Source/core/dom/StyleEngine.cpp b/Source/core/dom/StyleEngine.cpp
index ac540ebdadbc4d517b723ac45d3f74ba5a61df43..1854b3d7230ce1efc1e1a9dba580b5c63ab4d84f 100644
--- a/Source/core/dom/StyleEngine.cpp
+++ b/Source/core/dom/StyleEngine.cpp
@@ -62,6 +62,7 @@ StyleEngine::StyleEngine(Document& document)
, m_usesWindowInactiveSelector(false)
, m_usesRemUnits(false)
, m_maxDirectAdjacentSelectors(0)
+ , m_treeBoundaryCrossingScopeCount(0)
, m_ignorePendingStylesheets(false)
, m_didCalculateResolver(false)
// We don't need to create CSSFontSelector for imported document or
« no previous file with comments | « Source/core/dom/StyleEngine.h ('k') | Source/core/dom/TreeScope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698