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

Unified Diff: Source/core/dom/Document.h

Issue 1074703002: Componentization: make core/dom visible for blink_web and blink_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « Source/core/dom/ContextFeatures.h ('k') | Source/core/dom/DocumentFragment.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/dom/ContextFeatures.h ('k') | Source/core/dom/DocumentFragment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698