| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 770f461cb5fabe39f553d62a04ccc53b55443307..54cea7dfff220bdd3639287ce249f7693aef0743 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -200,7 +200,7 @@ using DocumentClassFlags = unsigned char;
|
|
|
| class Document;
|
|
|
| -class DocumentVisibilityObserver : public WillBeGarbageCollectedMixin {
|
| +class CORE_EXPORT DocumentVisibilityObserver : public WillBeGarbageCollectedMixin {
|
| public:
|
| DocumentVisibilityObserver(Document&);
|
| virtual ~DocumentVisibilityObserver();
|
| @@ -1453,7 +1453,7 @@ DEFINE_TYPE_CASTS(TreeScope, Document, document, true, true);
|
|
|
| #ifndef NDEBUG
|
| // Outside the WebCore namespace for ease of invocation from gdb.
|
| -void showLiveDocumentInstances();
|
| +CORE_EXPORT void showLiveDocumentInstances();
|
| #endif
|
|
|
| #endif // Document_h
|
|
|