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

Unified Diff: Source/core/svg/SVGURIReference.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/SVGURIReference.h
diff --git a/Source/core/svg/SVGURIReference.h b/Source/core/svg/SVGURIReference.h
index af3f75913f8de9d900042d9d028d96da8fc9774b..bfaddada4fc07c4a5518513ebb07dcfd37aea3c1 100644
--- a/Source/core/svg/SVGURIReference.h
+++ b/Source/core/svg/SVGURIReference.h
@@ -21,6 +21,7 @@
#ifndef SVGURIReference_h
#define SVGURIReference_h
+#include "core/CoreExport.h"
#include "core/dom/Document.h"
#include "core/svg/SVGAnimatedString.h"
#include "platform/heap/Handle.h"
@@ -29,7 +30,7 @@ namespace blink {
class Element;
-class SVGURIReference : public WillBeGarbageCollectedMixin {
+class CORE_EXPORT SVGURIReference : public WillBeGarbageCollectedMixin {
public:
virtual ~SVGURIReference() { }

Powered by Google App Engine
This is Rietveld 408576698