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

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

Issue 17608010: Remove SVGLangSpace IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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/SVGSwitchElement.idl ('k') | Source/core/svg/SVGSymbolElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGSymbolElement.h
diff --git a/Source/core/svg/SVGSymbolElement.h b/Source/core/svg/SVGSymbolElement.h
index f6feeef70330d0f8a5ba090c5c454faab67aeca0..3619708f57b708f2d927d86717d1c7d7f593e1c8 100644
--- a/Source/core/svg/SVGSymbolElement.h
+++ b/Source/core/svg/SVGSymbolElement.h
@@ -26,13 +26,11 @@
#include "core/svg/SVGAnimatedRect.h"
#include "core/svg/SVGExternalResourcesRequired.h"
#include "core/svg/SVGFitToViewBox.h"
-#include "core/svg/SVGLangSpace.h"
#include "core/svg/SVGStyledElement.h"
namespace WebCore {
class SVGSymbolElement FINAL : public SVGStyledElement,
- public SVGLangSpace,
public SVGExternalResourcesRequired,
public SVGFitToViewBox {
public:
« no previous file with comments | « Source/core/svg/SVGSwitchElement.idl ('k') | Source/core/svg/SVGSymbolElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698