| Index: tools/dom/idl/dart/dart.idl
|
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
|
| index 6ef26f694da024e4f920bafd5d0581e51990dca4..d4353b38b95d62822d00468a8f5d4837c6ad1f4e 100644
|
| --- a/tools/dom/idl/dart/dart.idl
|
| +++ b/tools/dom/idl/dart/dart.idl
|
| @@ -95,6 +95,9 @@ interface CanvasRenderingContext2D {
|
| [Suppressed] void assert(boolean condition);
|
|
|
| [Suppressed] attribute boolean webkitImageSmoothingEnabled;
|
| +
|
| + // Removed in 1985.
|
| + [Suppressed] readonly attribute float webkitBackingStorePixelRatio;
|
| };
|
|
|
| [Supplemental]
|
|
|