| 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 bf4e728bda8df48c85d2ba64c46f8740e03476ff..630aea05009f1dbaef3ba42e49a8107af367189b 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSStyleDeclaration.idl
|
| +++ b/third_party/WebKit/Source/core/css/CSSStyleDeclaration.idl
|
| @@ -18,7 +18,7 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -// http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface
|
| +// https://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface
|
|
|
| [
|
| DependentLifetime,
|
| @@ -39,8 +39,8 @@
|
| [CEReactions, RaisesException=Setter, TreatNullAs=EmptyString] attribute DOMString cssFloat;
|
|
|
| // The camel-cased and dashed attribute getters have custom bindings.
|
| - // http://dev.w3.org/csswg/cssom/#dom-cssstyledeclaration-camel-cased-attribute
|
| - // http://dev.w3.org/csswg/cssom/#dom-cssstyledeclaration-dashed-attribute
|
| + // https://dev.w3.org/csswg/cssom/#dom-cssstyledeclaration-camel-cased-attribute
|
| + // https://dev.w3.org/csswg/cssom/#dom-cssstyledeclaration-dashed-attribute
|
| [Custom=(PropertyGetter,PropertyEnumerator,PropertyQuery)] getter (DOMString or float) (DOMString name);
|
| [Custom] setter void (DOMString property, DOMString? propertyValue);
|
| };
|
|
|