Index: third_party/WebKit/Source/core/frame/Navigator.idl |
diff --git a/third_party/WebKit/Source/core/frame/Navigator.idl b/third_party/WebKit/Source/core/frame/Navigator.idl |
index 2a298d8abb9166a2278e954e685f10211aeec6af..5782e6e1d7d826bc0ee9974dbbc39749f34c8682 100644 |
--- a/third_party/WebKit/Source/core/frame/Navigator.idl |
+++ b/third_party/WebKit/Source/core/frame/Navigator.idl |
@@ -23,10 +23,10 @@ |
] interface Navigator { |
// objects implementing this interface also implement the interfaces given below |
- // TODO(philipj): vendorSub should be on NavigatorID. |
+ // TODO(foolip): vendorSub should be on NavigatorID. |
[MeasureAs=NavigatorVendorSub] readonly attribute DOMString vendorSub; |
- // TODO(philipj): productSub and vendor are not yet in the spec: |
+ // TODO(foolip): productSub and vendor are not yet in the spec: |
// https://www.w3.org/Bugs/Public/show_bug.cgi?id=27954 |
[MeasureAs=NavigatorProductSub] readonly attribute DOMString productSub; |
// https://www.w3.org/Bugs/Public/show_bug.cgi?id=27786 |