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 83% |
| copy from Source/bindings/tests/idls/TestInterfaceWillBeGarbageCollected.idl |
| copy to Source/core/wawwa/AnimatableElement.idl |
| index be955b036e9a15db6af2329cc3ba4a15dc9f73ed..7f59a1e9858876c58d2867fbb00b679ba6bf4c3c 100644 |
| --- a/Source/bindings/tests/idls/TestInterfaceWillBeGarbageCollected.idl |
| +++ b/Source/core/wawwa/AnimatableElement.idl |
| @@ -28,11 +28,13 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| + |
| [ |
| - Constructor(DOMString str), |
| - NamedConstructor=TestInterface(DOMString str), |
| + Exposed=AnimatableElement, |
|
dstockwell
2014/08/29 01:05:44
What does this do?
nainar1
2014/08/29 06:01:39
Exposes this class on the WorkerGlobalScope under
|
| + 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] RemotePlayer animate(sequence<Dictionary> keyframeDictionaryVector, Dictionary timingInputDictionary, DedicatedWorkerGlobalScope workerGlobalScope); |
| }; |