| Index: third_party/WebKit/Source/core/css/CSSStyleDeclaration.idl
|
| diff --git a/third_party/WebKit/Source/core/css/CSSStyleDeclaration.idl b/third_party/WebKit/Source/core/css/CSSStyleDeclaration.idl
|
| index e9cae2bfdf66b367fb9a1770e4f34e42a5af3c7c..9386183af39775a2a16599416b082fe8bb705c5f 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSStyleDeclaration.idl
|
| +++ b/third_party/WebKit/Source/core/css/CSSStyleDeclaration.idl
|
| @@ -29,7 +29,7 @@
|
| getter DOMString item(unsigned long index);
|
| DOMString getPropertyValue(DOMString property);
|
| DOMString getPropertyPriority(DOMString property);
|
| - // TODO(philipj): The value and priority arguments should have
|
| + // TODO(foolip): The value and priority arguments should have
|
| // [TreatNullAs=EmptyString] and should not be nullable.
|
| [RaisesException] void setProperty(DOMString property, DOMString? value, optional DOMString? priority = null);
|
| // void setPropertyValue(DOMString property, [TreatNullAs=EmptyString] DOMString value);
|
|
|