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

Unified Diff: third_party/WebKit/Source/core/events/ClipboardEvent.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/ClipboardEvent.idl
diff --git a/third_party/WebKit/Source/core/events/ClipboardEvent.idl b/third_party/WebKit/Source/core/events/ClipboardEvent.idl
index 0b10b27a932bed2589136121529e8c76b8e8391c..61a744c7917c7c3f908b4963ddca1291a35130e5 100644
--- a/third_party/WebKit/Source/core/events/ClipboardEvent.idl
+++ b/third_party/WebKit/Source/core/events/ClipboardEvent.idl
@@ -4,7 +4,7 @@
// https://w3c.github.io/clipboard-apis/#clipboard-event-interfaces
-// TODO(philipj): There should be a constructor which takes a ClipboardEventInit
+// TODO(foolip): There should be a constructor which takes a ClipboardEventInit
// dictionary. crbug.com/496394
interface ClipboardEvent : Event {
readonly attribute DataTransfer clipboardData;

Powered by Google App Engine
This is Rietveld 408576698