| Index: third_party/WebKit/Source/core/svg/SVGScriptElement.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGScriptElement.idl b/third_party/WebKit/Source/core/svg/SVGScriptElement.idl
|
| index 52d84e7aeca16995dc4b0a890897396068cb1205..56d924103a985eda920f74a0182b9ae37e8e8ab9 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGScriptElement.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGScriptElement.idl
|
| @@ -27,6 +27,10 @@
|
|
|
| interface SVGScriptElement : SVGElement {
|
| [Reflect] attribute DOMString type;
|
| +
|
| + // Content Security Policy
|
| + // https://w3c.github.io/webappsec/specs/content-security-policy/#script-src-the-nonce-attribute
|
| + [CEReactions, RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] attribute DOMString nonce;
|
| };
|
|
|
| SVGScriptElement implements SVGURIReference;
|
|
|