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

Unified Diff: third_party/WebKit/Source/core/svg/properties/SVGAnimatedProperty.cpp

Issue 2537223006: Cleanup after removal of the SVGViewSpec interface (Closed)
Patch Set: SVGViewSpec& Created 4 years 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/properties/SVGAnimatedProperty.cpp
diff --git a/third_party/WebKit/Source/core/svg/properties/SVGAnimatedProperty.cpp b/third_party/WebKit/Source/core/svg/properties/SVGAnimatedProperty.cpp
index bd62abba00cd06bf92f66b9a90a9a58ab5f0ecf2..a6a9a698d8d03dcd90e0e31e0df5405243469220 100644
--- a/third_party/WebKit/Source/core/svg/properties/SVGAnimatedProperty.cpp
+++ b/third_party/WebKit/Source/core/svg/properties/SVGAnimatedProperty.cpp
@@ -41,7 +41,6 @@ SVGAnimatedPropertyBase::SVGAnimatedPropertyBase(
CSSPropertyID cssPropertyId)
: m_type(type),
m_cssPropertyId(cssPropertyId),
- m_isReadOnly(false),
m_contextElement(contextElement),
m_attributeName(attributeName) {
DCHECK(m_contextElement);

Powered by Google App Engine
This is Rietveld 408576698