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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures.h

Issue 2491353002: Add CORE_EXPORT to blink::isFeatureEnabledInFrame for Feature Policy (Closed)
Patch Set: Created 4 years, 1 month 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: third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures.h b/third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures.h
index bb81d5032e0004f7d940fd21bffb35ce35185dc8..0c9a6040f5926955d921af4e7dd5f5d96e57caba 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures.h
@@ -42,7 +42,8 @@ CORE_EXPORT InstallConditionalFeaturesFunction
// when the V8 context is reused (i.e., after navigation)
CORE_EXPORT void installPendingConditionalFeaturesOnWindow(const ScriptState*);
-bool isFeatureEnabledInFrame(const FeaturePolicy::Feature&, const LocalFrame*);
+CORE_EXPORT bool isFeatureEnabledInFrame(const FeaturePolicy::Feature&,
+ const LocalFrame*);
} // namespace blink
« 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