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

Unified Diff: Source/core/frame/OriginsUsingFeatures.h

Issue 1163423004: Componentization: make OriginsUsingFeatures::Value visible for OriginsUsingFeaturesTest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/OriginsUsingFeatures.h
diff --git a/Source/core/frame/OriginsUsingFeatures.h b/Source/core/frame/OriginsUsingFeatures.h
index a9f448937c00e6e391c2257659dd19c0a286f494..e1e18e13d064fb1bfbaff2039e720b1b339051fc 100644
--- a/Source/core/frame/OriginsUsingFeatures.h
+++ b/Source/core/frame/OriginsUsingFeatures.h
@@ -37,7 +37,7 @@ public:
void documentDetached(Document&);
void updateMeasurementsAndClear();
- class Value {
+ class CORE_EXPORT Value {
public:
Value();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698