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

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

Issue 1212123003: Componentization: make symbols visible. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
Index: Source/core/svg/SVGElement.h
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
index 8604a00c11596253d893eb5d1c62ce319f8041e4..d351c90d8c7ffa0978010abc2849069fdf0f371f 100644
--- a/Source/core/svg/SVGElement.h
+++ b/Source/core/svg/SVGElement.h
@@ -22,6 +22,7 @@
#ifndef SVGElement_h
#define SVGElement_h
+#include "core/CoreExport.h"
#include "core/SVGNames.h"
#include "core/dom/Element.h"
#include "core/svg/SVGParsingError.h"
@@ -49,7 +50,7 @@ class SVGUseElement;
typedef WillBeHeapHashSet<RawPtrWillBeMember<SVGElement>> SVGElementSet;
-class SVGElement : public Element {
+class CORE_EXPORT SVGElement : public Element {
DEFINE_WRAPPERTYPEINFO();
public:
virtual ~SVGElement();

Powered by Google App Engine
This is Rietveld 408576698