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

Unified Diff: Source/core/animation/StringKeyframe.h

Issue 225303011: Oilpan: fix build after r170943 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 8 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 | Source/core/animation/StringKeyframe.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/StringKeyframe.h
diff --git a/Source/core/animation/StringKeyframe.h b/Source/core/animation/StringKeyframe.h
index 5b8c30d649200d97716291218af21f9de7778c8d..2c0c867207bffe2bcc43a44d576664c47d4c88f0 100644
--- a/Source/core/animation/StringKeyframe.h
+++ b/Source/core/animation/StringKeyframe.h
@@ -63,7 +63,7 @@ private:
virtual bool isStringKeyframe() const OVERRIDE { return true; }
- RefPtrWillBeRawPtr<MutableStylePropertySet> m_propertySet;
+ RefPtrWillBeMember<MutableStylePropertySet> m_propertySet;
};
typedef StringKeyframe::PropertySpecificKeyframe StringPropertySpecificKeyframe;
« no previous file with comments | « no previous file | Source/core/animation/StringKeyframe.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698