| Index: third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl b/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl
|
| index 40d4b77e6ae2f1db9ba4281ff3ff11e396ea7e6b..a348066de62a5d01bef7781c98fc176ecd14ebe4 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl
|
| @@ -13,7 +13,7 @@
|
| Selection? getSelection();
|
| // CSSOM View Module
|
| // http://dev.w3.org/csswg/cssom-view/#extensions-to-the-document-interface
|
| - // TODO(philipj): The x and y arguments should be of type double.
|
| + // TODO(foolip): The x and y arguments should be of type double.
|
| Element? elementFromPoint(long x, long y);
|
| sequence<Element> elementsFromPoint(long x, long y);
|
| readonly attribute Element? activeElement;
|
|
|