Index: third_party/WebKit/Source/core/events/MutationEvent.idl |
diff --git a/third_party/WebKit/Source/core/events/MutationEvent.idl b/third_party/WebKit/Source/core/events/MutationEvent.idl |
index d3607a408d9e0a146564b76eb3d427deded52835..c377ae55fd9616fa4937121c1844059230234af8 100644 |
--- a/third_party/WebKit/Source/core/events/MutationEvent.idl |
+++ b/third_party/WebKit/Source/core/events/MutationEvent.idl |
@@ -30,7 +30,7 @@ interface MutationEvent : Event { |
readonly attribute DOMString newValue; |
readonly attribute DOMString attrName; |
readonly attribute unsigned short attrChange; |
- // TODO(philipj): None of the initMutationEvent() arguments should be optional. |
+ // TODO(foolip): None of the initMutationEvent() arguments should be optional. |
[Measure] void initMutationEvent([Default=Undefined] optional DOMString type, |
[Default=Undefined] optional boolean bubbles, |
[Default=Undefined] optional boolean cancelable, |