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

Unified Diff: Source/core/inspector/LayoutEditor.h

Issue 1329023002: Oilpan: Build fix after r201833 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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: Source/core/inspector/LayoutEditor.h
diff --git a/Source/core/inspector/LayoutEditor.h b/Source/core/inspector/LayoutEditor.h
index e10463785a41ffe5ecd55157a168676779c17374..5e1da64807aff69bc076ce4ff8c4184e05a0c0d2 100644
--- a/Source/core/inspector/LayoutEditor.h
+++ b/Source/core/inspector/LayoutEditor.h
@@ -61,7 +61,7 @@ private:
CSSPrimitiveValue::UnitType m_valueUnitType;
bool m_isDirty;
- RefPtrWillBeRawPtr<CSSRuleList> m_matchedRules;
+ RefPtrWillBeMember<CSSRuleList> m_matchedRules;
// When m_currentRuleIndex == m_matchedRules.length(), current style is inline style.
unsigned m_currentRuleIndex;
};
« 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