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

Unified Diff: Source/core/css/StyleResolver.h

Issue 22887044: [oilpan] Make the oilpan branch build on Mac. (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Add FIXME. Created 7 years, 4 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/css/SelectorFilter.h ('k') | Source/core/css/StyleRuleImport.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/StyleResolver.h
diff --git a/Source/core/css/StyleResolver.h b/Source/core/css/StyleResolver.h
index dcf2b9858417b629b84e692d0913a36e1bbe0a9c..d7e788161096d19680b3291ab885920560527cc5 100644
--- a/Source/core/css/StyleResolver.h
+++ b/Source/core/css/StyleResolver.h
@@ -417,8 +417,7 @@ public:
WTF_MAKE_NONCOPYABLE(State);
public:
State()
- : m_element(0)
- , m_parentNode(0)
+ : m_parentNode(0)
, m_parentStyle(0)
, m_rootElementStyle(0)
, m_regionForStyling(0)
« no previous file with comments | « Source/core/css/SelectorFilter.h ('k') | Source/core/css/StyleRuleImport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698