"Uncaught TypeError: Illegal invocation" in Chrome

When I use requestAnimationFrame to do some native supported animation with below code: var support = { animationFrame: window.requestAnimationFrame || window.mozRequestAnimationFrame ...