| Index: third_party/WebKit/Source/core/events/SecurityPolicyViolationEventInit.idl
|
| diff --git a/third_party/WebKit/Source/core/events/SecurityPolicyViolationEventInit.idl b/third_party/WebKit/Source/core/events/SecurityPolicyViolationEventInit.idl
|
| index 77d3db3f8475b7362b42d4872a228aa9f899a028..ad89203932b9277a51f1fa655dd1a52a05a3431a 100644
|
| --- a/third_party/WebKit/Source/core/events/SecurityPolicyViolationEventInit.idl
|
| +++ b/third_party/WebKit/Source/core/events/SecurityPolicyViolationEventInit.idl
|
| @@ -5,10 +5,10 @@
|
| // http://w3c.github.io/webappsec/specs/content-security-policy/#securitypolicyviolationevent-interface
|
|
|
| dictionary SecurityPolicyViolationEventInit : EventInit {
|
| - // TODO(philipj): The spec says "documentURL".
|
| + // TODO(foolip): The spec says "documentURL".
|
| DOMString documentURI;
|
| DOMString referrer;
|
| - // TODO(philipj): The spec says "blockedURL".
|
| + // TODO(foolip): The spec says "blockedURL".
|
| DOMString blockedURI;
|
| DOMString violatedDirective;
|
| DOMString effectiveDirective;
|
|
|