Index: Source/modules/netinfo/WorkerNavigatorNetworkInfoConnection.idl |
diff --git a/Source/core/animation/AnimationEffect.idl b/Source/modules/netinfo/WorkerNavigatorNetworkInfoConnection.idl |
similarity index 58% |
copy from Source/core/animation/AnimationEffect.idl |
copy to Source/modules/netinfo/WorkerNavigatorNetworkInfoConnection.idl |
index f5dc6ce2f5788ac2b080b806ce9f3afba8188b3f..ba9c2ee3f3ce7c3b84400f2ed5e06f17e0f10df6 100644 |
--- a/Source/core/animation/AnimationEffect.idl |
+++ b/Source/modules/netinfo/WorkerNavigatorNetworkInfoConnection.idl |
@@ -3,8 +3,8 @@ |
// found in the LICENSE file. |
[ |
- RuntimeEnabled=WebAnimationsAPI, |
- NoInterfaceObject, |
+ Exposed=Worker, |
WillBeGarbageCollected |
-] interface AnimationEffect { |
+] partial interface WorkerNavigator { |
+ [CallWith=ExecutionContext] readonly attribute NetworkInfoConnection connection; |
}; |