Chromium Code Reviews| Index: Source/core/frame/NavigatorCPU.idl |
| diff --git a/Source/core/animation/AnimationEffect.idl b/Source/core/frame/NavigatorCPU.idl |
| similarity index 67% |
| copy from Source/core/animation/AnimationEffect.idl |
| copy to Source/core/frame/NavigatorCPU.idl |
| index f5dc6ce2f5788ac2b080b806ce9f3afba8188b3f..43329daf0a245bf926526e37a2878ad834342736 100644 |
| --- a/Source/core/animation/AnimationEffect.idl |
| +++ b/Source/core/frame/NavigatorCPU.idl |
| @@ -3,8 +3,7 @@ |
| // found in the LICENSE file. |
| [ |
| - RuntimeEnabled=WebAnimationsAPI, |
| NoInterfaceObject, |
| - WillBeGarbageCollected |
| -] interface AnimationEffect { |
| +] interface NavigatorCPU { |
|
Rik
2014/05/18 23:18:30
This is a strange diff. Is there a conflict?
Daniel Bratell
2014/05/22 12:56:22
Just the system thinking this is a modified copy o
Rik
2014/05/22 13:41:54
OK. The spec changed to the attribute from 'cores'
|
| + readonly attribute unsigned long cores; |
| }; |