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

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

Issue 183743004: Remove moar unused SVG methods (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/SVGParserUtilities.cpp ('k') | Source/core/svg/SVGTransformDistance.h » ('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 b11f5bedbe842036ab2895b6becf781c17a42a97..2ae81ac9a5b4ddc123948b2f94fe2d31ed6f2e92 100644
--- a/Source/core/svg/SVGScriptElement.h
+++ b/Source/core/svg/SVGScriptElement.h
@@ -39,9 +39,6 @@ class SVGScriptElement FINAL
public:
static PassRefPtr<SVGScriptElement> create(Document&, bool wasInsertedByParser);
- String type() const;
- void setType(const String&);
-
ScriptLoader* loader() const { return m_loader.get(); }
#ifndef NDEBUG
« no previous file with comments | « Source/core/svg/SVGParserUtilities.cpp ('k') | Source/core/svg/SVGTransformDistance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698