Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/HTMLIFrameElement.idl |
| diff --git a/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl b/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl |
| index bdfc2854a39e75a93ab6a76c7ae5282fc9e95f25..5d09ae7aa590cf0ed7a396cf23857455879170a5 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl |
| +++ b/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl |
| @@ -45,4 +45,5 @@ interface HTMLIFrameElement : HTMLElement { |
| [CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString marginHeight; |
| [CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString marginWidth; |
| + [RuntimeEnabled=EmbedderCSPEnforcement, CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString csp; |
|
Mike West
2016/09/26 14:55:02
1. Please move this up out of the `// obsolete mem
|
| }; |