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

Unified Diff: third_party/WebKit/Source/core/dom/SelectorQuery.h

Issue 1602833002: No pseudo elements in SelectorChecker::Mode QueryingRules. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-pseudoelm-check-2-20160118
Patch Set: CORE_EXPORT for unit test in component build Created 4 years, 11 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
Index: third_party/WebKit/Source/core/dom/SelectorQuery.h
diff --git a/third_party/WebKit/Source/core/dom/SelectorQuery.h b/third_party/WebKit/Source/core/dom/SelectorQuery.h
index d9343b1b8fa38483143e1e2c6262be9fd1a34bc3..f86b8bd9b199a51de096e9bb4258ab34b445eaf7 100644
--- a/third_party/WebKit/Source/core/dom/SelectorQuery.h
+++ b/third_party/WebKit/Source/core/dom/SelectorQuery.h
@@ -85,7 +85,7 @@ private:
bool m_needsUpdatedDistribution : 1;
};
-class SelectorQuery {
+class CORE_EXPORT SelectorQuery {
WTF_MAKE_NONCOPYABLE(SelectorQuery);
USING_FAST_MALLOC(SelectorQuery);
public:

Powered by Google App Engine
This is Rietveld 408576698