| 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;
|
| };
|
|
|