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

Unified Diff: Source/core/svg/SVGAnimationElement.h

Issue 712813002: Count internal use of DOMImplementation::hasFeature() returning false (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 1 month 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 | « Source/core/frame/UseCounter.h ('k') | Source/core/svg/SVGCursorElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGAnimationElement.h
diff --git a/Source/core/svg/SVGAnimationElement.h b/Source/core/svg/SVGAnimationElement.h
index 7838882c07cbbe7e42b0f5ef8dd85b76744ee033..ac63c7c4cebe77b762f1ce0d1e82bcbf4eb0ba91 100644
--- a/Source/core/svg/SVGAnimationElement.h
+++ b/Source/core/svg/SVGAnimationElement.h
@@ -167,7 +167,7 @@ protected:
void setCalcMode(CalcMode calcMode) { m_calcMode = calcMode; }
private:
- virtual bool isValid() const override final { return SVGTests::isValid(); }
+ virtual bool isValid() const override final { return SVGTests::isValid(document()); }
virtual void animationAttributeChanged() override;
void setAttributeType(const AtomicString&);
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/svg/SVGCursorElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698