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

Unified Diff: third_party/WebKit/Source/core/animation/SVGInterpolationType.h

Issue 1780603002: blink: Rename bindings/ methods to prefix with get when they collide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clash-bindings: rebase 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/animation/SVGInterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/SVGInterpolationType.h b/third_party/WebKit/Source/core/animation/SVGInterpolationType.h
index 59971a0a631ba5e86ff5c16a3d12cb2f9256b649..4dea2dc95071221bbc320b735d5504a7679569a1 100644
--- a/third_party/WebKit/Source/core/animation/SVGInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/SVGInterpolationType.h
@@ -17,7 +17,7 @@ protected:
: InterpolationType(PropertyHandle(attribute))
{ }
- const QualifiedName& attribute() const { return property().svgAttribute(); }
+ const QualifiedName& attribute() const { return getProperty().svgAttribute(); }
virtual InterpolationValue maybeConvertNeutral(const InterpolationValue& underlying, ConversionCheckers&) const;
virtual InterpolationValue maybeConvertSVGValue(const SVGPropertyBase&) const = 0;

Powered by Google App Engine
This is Rietveld 408576698