Index: third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent.idl |
diff --git a/third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent.idl b/third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent.idl |
index 2ae1dbfbf40ff65e45ccda56ed3215c9ed9e89ff..2b5ae449f5b7d17e3d1a63fc2e78dcfffa321ce5 100644 |
--- a/third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent.idl |
+++ b/third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent.idl |
@@ -27,10 +27,10 @@ |
[ |
Constructor(DOMString type, optional SecurityPolicyViolationEventInit eventInitDict), |
] interface SecurityPolicyViolationEvent : Event { |
- // TODO(philipj): The spec says "documentURL". |
+ // TODO(foolip): The spec says "documentURL". |
[Measure] readonly attribute DOMString documentURI; |
readonly attribute DOMString referrer; |
- // TODO(philipj): The spec says "blockedURL". |
+ // TODO(foolip): The spec says "blockedURL". |
[Measure] readonly attribute DOMString blockedURI; |
readonly attribute DOMString violatedDirective; |
readonly attribute DOMString effectiveDirective; |