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

Unified Diff: Source/core/dom/DocumentFragment.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/Document.h ('k') | Source/core/dom/DocumentInit.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DocumentFragment.h
diff --git a/Source/core/dom/DocumentFragment.h b/Source/core/dom/DocumentFragment.h
index f75e19b4d668e31a401a0c517bd08fb1f9c44cfa..27ffd82938cb48b551c78fb952ecf04e73e774b0 100644
--- a/Source/core/dom/DocumentFragment.h
+++ b/Source/core/dom/DocumentFragment.h
@@ -24,12 +24,13 @@
#ifndef DocumentFragment_h
#define DocumentFragment_h
+#include "core/CoreExport.h"
#include "core/dom/ContainerNode.h"
#include "core/dom/ParserContentPolicy.h"
namespace blink {
-class DocumentFragment : public ContainerNode {
+class CORE_EXPORT DocumentFragment : public ContainerNode {
DEFINE_WRAPPERTYPEINFO();
public:
static PassRefPtrWillBeRawPtr<DocumentFragment> create(Document&);
« no previous file with comments | « Source/core/dom/Document.h ('k') | Source/core/dom/DocumentInit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698