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() { |