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

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

Issue 233653007: Remove contentStyleType and contentScriptType from SVGSVGElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Also remove contentScriptType Created 6 years, 8 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: Source/core/svg/SVGSVGElement.h
diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h
index 1a6170e15a06378341ed5d564c21ad959c59602a..3e03653cdeda9edac91e2dfb71c5ca99dfc6280c 100644
--- a/Source/core/svg/SVGSVGElement.h
+++ b/Source/core/svg/SVGSVGElement.h
@@ -52,12 +52,6 @@ public:
virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
// 'SVGSVGElement' functions
- const AtomicString& contentScriptType() const;
- void setContentScriptType(const AtomicString& type);
-
- const AtomicString& contentStyleType() const;
- void setContentStyleType(const AtomicString& type);
-
PassRefPtr<SVGRectTearOff> viewport() const;
float pixelUnitToMillimeterX() const;

Powered by Google App Engine
This is Rietveld 408576698