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

Unified Diff: Source/core/svg/SVGTests.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/SVGTests.h
diff --git a/Source/core/svg/SVGTests.h b/Source/core/svg/SVGTests.h
index 8d286fdc49d7f5a436b609532fc28bb134549b9a..bef1b5ee774ede1acd284c46255db8a8ae00116f 100644
--- a/Source/core/svg/SVGTests.h
+++ b/Source/core/svg/SVGTests.h
@@ -21,6 +21,7 @@
#ifndef SVGTests_h
#define SVGTests_h
+#include "core/CoreExport.h"
#include "core/svg/SVGStaticStringList.h"
#include "platform/heap/Handle.h"
#include "wtf/HashSet.h"
@@ -31,7 +32,7 @@ class Document;
class QualifiedName;
class SVGElement;
-class SVGTests : public WillBeGarbageCollectedMixin {
+class CORE_EXPORT SVGTests : public WillBeGarbageCollectedMixin {
public:
// JS API
SVGStringListTearOff* requiredFeatures() { return m_requiredFeatures->tearOff(); }

Powered by Google App Engine
This is Rietveld 408576698