| Index: third_party/WebKit/Source/core/css/CSSStyleSheet.idl
|
| diff --git a/third_party/WebKit/Source/core/css/CSSStyleSheet.idl b/third_party/WebKit/Source/core/css/CSSStyleSheet.idl
|
| index 0f9254a5abb07b4353879511da290dec2446c1e6..7a3a1a8de27f47f540672433c08a230f8c0ac722 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSStyleSheet.idl
|
| +++ b/third_party/WebKit/Source/core/css/CSSStyleSheet.idl
|
| @@ -25,7 +25,7 @@
|
| ] interface CSSStyleSheet : StyleSheet {
|
| readonly attribute CSSRule? ownerRule;
|
| [SameObject] readonly attribute CSSRuleList cssRules;
|
| - // TODO(philipj): The index argument should not be optional. crbug.com/319695
|
| + // TODO(foolip): The index argument should not be optional. crbug.com/319695
|
| [RaisesException] unsigned long insertRule(DOMString rule, optional unsigned long index);
|
| [RaisesException] void deleteRule(unsigned long index);
|
|
|
|
|