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

Unified Diff: third_party/WebKit/Source/core/css/StyleSheet.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/StyleSheet.idl
diff --git a/third_party/WebKit/Source/core/css/StyleSheet.idl b/third_party/WebKit/Source/core/css/StyleSheet.idl
index 62a9a331d770e3f8d54dd8254891bd5e2f8368ae..d8abd9ca475562e514bb0d8e180dd0be4c9ebab4 100644
--- a/third_party/WebKit/Source/core/css/StyleSheet.idl
+++ b/third_party/WebKit/Source/core/css/StyleSheet.idl
@@ -25,11 +25,11 @@
] interface StyleSheet {
readonly attribute DOMString type;
readonly attribute DOMString? href;
- // TODO(philipj): ownerNode should be (Element or ProcessingInstruction).
+ // TODO(foolip): ownerNode should be (Element or ProcessingInstruction).
readonly attribute Node? ownerNode;
readonly attribute StyleSheet? parentStyleSheet;
readonly attribute DOMString? title;
- // TODO(philipj): media should have [PutForwards=mediaText].
+ // TODO(foolip): media should have [PutForwards=mediaText].
[SameObject] readonly attribute MediaList media;
attribute boolean disabled;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/StyleMedia.idl ('k') | third_party/WebKit/Source/core/css/StyleSheetList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698