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

Unified Diff: Source/core/css/StyleRuleImport.cpp

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/StyleResolver.h ('k') | Source/core/dom/ContainerNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/StyleRuleImport.cpp
diff --git a/Source/core/css/StyleRuleImport.cpp b/Source/core/css/StyleRuleImport.cpp
index 2b8c05edc2bc49d6fc70cf65d165fa55db8e2d3d..a5fd65bc60a82553fcd990ac54beb9e6d2ba90a6 100644
--- a/Source/core/css/StyleRuleImport.cpp
+++ b/Source/core/css/StyleRuleImport.cpp
@@ -41,7 +41,6 @@ Result<StyleRuleImport> StyleRuleImport::create(const String& href, const Handle
StyleRuleImport::StyleRuleImport(const String& href, const Handle<MediaQuerySet>& media)
: StyleRuleBase(Import, 0)
- , m_parentStyleSheet(0)
, m_styleSheetClient(Handle<StyleRuleImport>(this))
, m_strHref(href)
, m_mediaQueries(media)
« no previous file with comments | « Source/core/css/StyleResolver.h ('k') | Source/core/dom/ContainerNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698