Index: third_party/WebKit/Source/core/events/MouseEvent.idl |
diff --git a/third_party/WebKit/Source/core/events/MouseEvent.idl b/third_party/WebKit/Source/core/events/MouseEvent.idl |
index 5d8696c489071fbcfe786142129dbb69cb50d870..99172320ccde0916bcc8fa2e4c02ff2422be5254 100644 |
--- a/third_party/WebKit/Source/core/events/MouseEvent.idl |
+++ b/third_party/WebKit/Source/core/events/MouseEvent.idl |
@@ -37,7 +37,7 @@ |
boolean getModifierState(DOMString keyArg); |
// https://w3c.github.io/uievents/#idl-interface-MouseEvent-initializers |
- // TODO(philipj): None of the initMouseEvent() arguments should be optional. |
+ // TODO(foolip): None of the initMouseEvent() arguments should be optional. |
[CallWith=ScriptState, Measure] void initMouseEvent([Default=Undefined] optional DOMString type, |
[Default=Undefined] optional boolean bubbles, |
[Default=Undefined] optional boolean cancelable, |
@@ -56,7 +56,7 @@ |
// CSSOM View Module |
// http://dev.w3.org/csswg/cssom-view/#extensions-to-the-mouseevent-interface |
- // TODO(philipj): These attributes should be of type double, and the spec |
+ // TODO(foolip): These attributes should be of type double, and the spec |
// also redefines screenX/Y and clientX/Y as double. |
readonly attribute long pageX; |
readonly attribute long pageY; |