| Index: tools/dom/idl/dart/dart.idl
|
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
|
| index d9d2f63db689f6ddf2cad2bf778f4f51cd41b990..0450497d67e9aceae2e19920a87ccfb41fbed76c 100644
|
| --- a/tools/dom/idl/dart/dart.idl
|
| +++ b/tools/dom/idl/dart/dart.idl
|
| @@ -138,12 +138,6 @@ interface WebGLRenderingContext {
|
| };
|
|
|
| [Supplemental]
|
| -interface CanvasRenderingContext2D {
|
| - [Suppressed] any arc( float x, float y, float radius, float startAngle, float endAngle, boolean anticlockwise);
|
| - [Custom] void arc( float x, float y, float radius, float startAngle, float endAngle, [Optional] boolean anticlockwise);
|
| -};
|
| -
|
| -[Supplemental]
|
| interface CSSStyleDeclaration {
|
| void setProperty(in DOMString propertyName, in DOMString value, [Optional] in DOMString priority);
|
| [DartName=_getPropertyValue] DOMString getPropertyValue(in DOMString propertyName);
|
| @@ -271,6 +265,7 @@ interface EntrySync {
|
| EntrySync getParent();
|
| };
|
|
|
| +
|
| [Supplemental,
|
| CustomConstructor,
|
| Constructor(in Array blobParts,
|
| @@ -362,5 +357,6 @@ interface XMLHttpRequest {
|
| raises(DOMException);
|
| };
|
|
|
| +
|
| [Suppressed]
|
| interface Entity {};
|
|
|