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

Unified Diff: third_party/WebKit/Source/web/LocalFrameClientImpl.cpp

Issue 2739203002: Initial Implementation of Iframe Attribute for Feature Policy (Part 3) (Closed)
Patch Set: Created 3 years, 9 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/web/LocalFrameClientImpl.cpp
diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
index 73c1b65eae7e909e3c67d43e77b7aad96d22c5d4..bc450e05caeaa33b615be2fd0d53e90026df866f 100644
--- a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
+++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
@@ -889,7 +889,7 @@ void LocalFrameClientImpl::didChangeSandboxFlags(Frame* childFrame,
}
void LocalFrameClientImpl::didSetFeaturePolicyHeader(
- const WebParsedFeaturePolicyHeader& parsedHeader) {
+ const WebParsedFeaturePolicy& parsedHeader) {
if (m_webFrame->client())
m_webFrame->client()->didSetFeaturePolicyHeader(parsedHeader);
}

Powered by Google App Engine
This is Rietveld 408576698