| Index: third_party/WebKit/Source/core/dom/URL.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/URL.idl b/third_party/WebKit/Source/core/dom/URL.idl
|
| index 1ffce7963b7648ec35b428d910834ee97bfd0fc8..ef4edaeb23e7d4cfeecfe4249ce8743567ed5eaf 100644
|
| --- a/third_party/WebKit/Source/core/dom/URL.idl
|
| +++ b/third_party/WebKit/Source/core/dom/URL.idl
|
| @@ -32,7 +32,7 @@
|
| ImplementedAs=DOMURL,
|
| RaisesException=Constructor,
|
| ] interface URL {
|
| - // TODO(philipj): Implement domainToASCII() and domainToUnicode().
|
| + // TODO(foolip): Implement domainToASCII() and domainToUnicode().
|
| // crbug.com/493908
|
| // static USVString domainToASCII(USVString domain);
|
| // static USVString domainToUnicode(USVString domain);
|
|
|