Index: third_party/WebKit/Source/core/xml/XPathNSResolver.idl |
diff --git a/third_party/WebKit/Source/core/xml/XPathNSResolver.idl b/third_party/WebKit/Source/core/xml/XPathNSResolver.idl |
index 8f71a319d74de30aae5faeda1308c3be3c7bd648..cb45d0366a12f4a043e4bb7e7d30d5da0bd74583 100644 |
--- a/third_party/WebKit/Source/core/xml/XPathNSResolver.idl |
+++ b/third_party/WebKit/Source/core/xml/XPathNSResolver.idl |
@@ -20,7 +20,7 @@ |
// http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathNSResolver |
-// TODO(philipj): XPathNSResolver should be a callback interface. The spec |
+// TODO(foolip): XPathNSResolver should be a callback interface. The spec |
// doesn't say so, but doing so would allow the custom bindings to be removed. |
// createNSResolver(Node nodeResolver) could simply return its argument, which |
// is what Gecko does. crbug.com/345529 |