Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp

Issue 2697713003: Initial Implementation of Iframe Attribute for Feature Policy (Part 2) (Closed)
Patch Set: Initial Impl Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp b/third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp
index b95120597c5e8e93838348787c43b88cfcd63a15..f5c0c0f6251a9a315ccd8e674d9f010ff094d4ba 100644
--- a/third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp
@@ -238,8 +238,7 @@ void HTMLIFrameElement::allowValueWasSet() {
"Error while parsing the 'allow' attribute: " + invalidTokens));
}
setSynchronizedLazyAttribute(allowAttr, m_allow->value());
- // TODO(lunalu): Once allowedFeatureNames is passed to frame owner, call
- // frameOwnerPropertiesChanged.
+ frameOwnerPropertiesChanged();
}
ReferrerPolicy HTMLIFrameElement::referrerPolicyAttribute() {

Powered by Google App Engine