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

Unified Diff: third_party/WebKit/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: third_party/WebKit/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp
index d0fa29ef0129b7787294e8d8ecf3d085f7f3be64..61c190e2e20824d77f6989159634daffb52fc04b 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp
@@ -40,7 +40,7 @@ DEFINE_TRACE(SVGAnimatedNumberOptionalNumber)
SVGAnimatedPropertyCommon<SVGNumberOptionalNumber>::trace(visitor);
}
-void SVGAnimatedNumberOptionalNumber::setAnimatedValue(PassRefPtrWillBeRawPtr<SVGPropertyBase> value)
+void SVGAnimatedNumberOptionalNumber::setAnimatedValue(RawPtr<SVGPropertyBase> value)
{
SVGAnimatedPropertyCommon<SVGNumberOptionalNumber>::setAnimatedValue(value);
m_firstNumber->setAnimatedValue(currentValue()->firstNumber());

Powered by Google App Engine
This is Rietveld 408576698