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

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

Issue 1082293003: Componentization: make core/animation,clipboard,css,dom,editing,frame,html visible for blink_web. (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/NodeList.h ('k') | Source/core/dom/shadow/ElementShadow.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/NthIndexCache.h
diff --git a/Source/core/dom/NthIndexCache.h b/Source/core/dom/NthIndexCache.h
index 94f715957f73fd388bf8c6d8ac40ea0760523251..1afc10450b4e38034833f96b65846040b6420de6 100644
--- a/Source/core/dom/NthIndexCache.h
+++ b/Source/core/dom/NthIndexCache.h
@@ -5,6 +5,7 @@
#ifndef NthIndexCache_h
#define NthIndexCache_h
+#include "core/CoreExport.h"
#include "core/dom/Element.h"
#include "core/dom/ElementTraversal.h"
#include "platform/heap/Handle.h"
@@ -16,7 +17,7 @@ namespace blink {
class Document;
-class NthIndexCache final {
+class CORE_EXPORT NthIndexCache final {
STACK_ALLOCATED();
WTF_MAKE_NONCOPYABLE(NthIndexCache);
public:
« no previous file with comments | « Source/core/dom/NodeList.h ('k') | Source/core/dom/shadow/ElementShadow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698