Chromium Code Reviews| Index: Source/core/wawwa/AnimatableElement.idl |
| diff --git a/Source/bindings/tests/idls/TestInterfaceWillBeGarbageCollected.idl b/Source/core/wawwa/AnimatableElement.idl |
| similarity index 81% |
| copy from Source/bindings/tests/idls/TestInterfaceWillBeGarbageCollected.idl |
| copy to Source/core/wawwa/AnimatableElement.idl |
| index be955b036e9a15db6af2329cc3ba4a15dc9f73ed..122840767821b75cc3d943333e9c0ee6b8904fb9 100644 |
| --- a/Source/bindings/tests/idls/TestInterfaceWillBeGarbageCollected.idl |
| +++ b/Source/core/wawwa/AnimatableElement.idl |
| @@ -28,11 +28,18 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| + |
| [ |
| - Constructor(DOMString str), |
| - NamedConstructor=TestInterface(DOMString str), |
| + Exposed=AnimatableElement, |
| + Exposed=Worker, |
| WillBeGarbageCollected, |
| -] interface TestInterfaceWillBeGarbageCollected : EventTarget { // Inherit from EventTarget to test order of internal fields |
| - attribute TestInterfaceWillBeGarbageCollected attr1; |
| - void func(TestInterfaceWillBeGarbageCollected arg); |
| + Constructor(DOMString inputID) |
| +] interface AnimatableElement { |
| + AnimatableElement clone(); |
| + [RaisesException] MockAnimationPlayer animate(sequence<Dictionary> keyframeDictionaryVector, Dictionary timingInputDictionary, DedicatedWorkerGlobalScope workerGlobalScope); |
| }; |
| + |
| +// go/wawwa-design-doc |
|
shans
2014/08/25 11:53:58
It's OK to link to documentation, but it should be
|
| +/* |
| + |
| +*/ |