Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Unified Diff: third_party/WebKit/Source/core/events/SecurityPolicyViolationEventInit.idl

Issue 2015503002: Move TODO(philipj) to TODO(foolip) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698