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

Unified Diff: third_party/WebKit/Source/core/css/MediaList.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/MediaList.idl
diff --git a/third_party/WebKit/Source/core/css/MediaList.idl b/third_party/WebKit/Source/core/css/MediaList.idl
index 70dedb6cc652a21ae53e309b3924d257b8ac94d7..36767b529db99a3c002963e4742dad2d62ff2487 100644
--- a/third_party/WebKit/Source/core/css/MediaList.idl
+++ b/third_party/WebKit/Source/core/css/MediaList.idl
@@ -25,14 +25,14 @@
// http://dev.w3.org/csswg/cssom/#the-medialist-interface
-// TODO(philipj): MediaList should be an [ArrayClass].
+// TODO(foolip): MediaList should be an [ArrayClass].
[
] interface MediaList {
- // TODO(philipj): [TreatNullAs=EmptyString] stringifier attribute DOMString mediaText;
+ // TODO(foolip): [TreatNullAs=EmptyString] stringifier attribute DOMString mediaText;
attribute DOMString? mediaText;
readonly attribute unsigned long length;
[Measure] getter DOMString? item(unsigned long index);
- // TODO(philipj): appendMedium() and deleteMedium() should never throw.
+ // TODO(foolip): appendMedium() and deleteMedium() should never throw.
[RaisesException] void appendMedium(DOMString medium);
[RaisesException] void deleteMedium(DOMString medium);
};
« no previous file with comments | « third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.idl ('k') | third_party/WebKit/Source/core/css/StyleMedia.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698