| Index: Source/core/dom/custom/CustomElement.h
|
| diff --git a/Source/core/dom/custom/CustomElement.h b/Source/core/dom/custom/CustomElement.h
|
| index e4df274c815f69fb5b914475d274c18e7f120f18..d2ab54a7fce654ab8e376d4d672fb9b2047031d1 100644
|
| --- a/Source/core/dom/custom/CustomElement.h
|
| +++ b/Source/core/dom/custom/CustomElement.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef CustomElement_h
|
| #define CustomElement_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/dom/custom/CustomElementDefinition.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/Noncopyable.h"
|
| @@ -45,7 +46,7 @@ class CustomElementMicrotaskImportStep;
|
| class Document;
|
| class HTMLImportChild;
|
|
|
| -class CustomElement {
|
| +class CORE_EXPORT CustomElement {
|
| public:
|
| enum NameSet {
|
| EmbedderNames = 1 << 0,
|
|
|