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

Unified Diff: third_party/WebKit/Source/core/css/CSSImportRule.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/CSSImportRule.idl
diff --git a/third_party/WebKit/Source/core/css/CSSImportRule.idl b/third_party/WebKit/Source/core/css/CSSImportRule.idl
index e845ca26845b98a83f65af79b8a928e0c4bc1d2c..c8e779f90fbee503aa0aa52fa5bb7a0e3ba929e4 100644
--- a/third_party/WebKit/Source/core/css/CSSImportRule.idl
+++ b/third_party/WebKit/Source/core/css/CSSImportRule.idl
@@ -22,7 +22,7 @@
interface CSSImportRule : CSSRule {
readonly attribute DOMString href;
- // TODO(philipj): media should have [PutForwards=mediaText].
+ // TODO(foolip): media should have [PutForwards=mediaText].
[SameObject] readonly attribute MediaList media;
[SameObject] readonly attribute CSSStyleSheet styleSheet;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSFontFaceRule.idl ('k') | third_party/WebKit/Source/core/css/CSSMediaRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698