Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(439)

Unified Diff: third_party/WebKit/Source/core/css/CSSFontFaceRule.idl

Issue 2015503002: Move TODO(philipj) to TODO(foolip) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/CSSFontFaceRule.idl
diff --git a/third_party/WebKit/Source/core/css/CSSFontFaceRule.idl b/third_party/WebKit/Source/core/css/CSSFontFaceRule.idl
index cc71dcdf620918eea831def21392d9335e293a25..93eee8f6ec3d36eed8ee85b32b46f9aa34da289d 100644
--- a/third_party/WebKit/Source/core/css/CSSFontFaceRule.idl
+++ b/third_party/WebKit/Source/core/css/CSSFontFaceRule.idl
@@ -24,7 +24,7 @@
// http://dev.w3.org/csswg/css-fonts/#om-fontface
//
// The interface from DOM Level 2 Style is implemented here.
-// TODO(philipj): Implement the interface from CSS Fonts.
+// TODO(foolip): Implement the interface from CSS Fonts.
interface CSSFontFaceRule : CSSRule {
[Measure] readonly attribute CSSStyleDeclaration style;

Powered by Google App Engine
This is Rietveld 408576698