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

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

Issue 113133002: Rewrite to not store type in m_type and also remove type getter/setter. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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 | « Source/core/svg/SVGElement.h ('k') | Source/core/svg/SVGScriptElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGScriptElement.h
diff --git a/Source/core/svg/SVGScriptElement.h b/Source/core/svg/SVGScriptElement.h
index aae007c7a580dbb088eaf103aef563d10352eac9..3ade17f7de5234a6e373a311345a22ec27e0e0dc 100644
--- a/Source/core/svg/SVGScriptElement.h
+++ b/Source/core/svg/SVGScriptElement.h
@@ -45,6 +45,10 @@ public:
ScriptLoader* loader() const { return m_loader.get(); }
SVGAnimatedString* href() { return m_href.get(); }
+#ifndef NDEBUG
+ virtual bool isAnimatableAttribute(const QualifiedName&) const OVERRIDE;
+#endif
+
private:
SVGScriptElement(Document&, bool wasInsertedByParser, bool alreadyStarted);
@@ -82,7 +86,6 @@ private:
BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGScriptElement)
END_DECLARE_ANIMATED_PROPERTIES
- String m_type;
Timer<SVGElement> m_svgLoadEventTimer;
OwnPtr<ScriptLoader> m_loader;
};
« no previous file with comments | « Source/core/svg/SVGElement.h ('k') | Source/core/svg/SVGScriptElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698