| Index: Source/core/dom/RequestAnimationFrameCallback.idl
|
| diff --git a/Source/core/dom/RequestAnimationFrameCallback.idl b/Source/core/dom/RequestAnimationFrameCallback.idl
|
| index 790bb6eb68c6d6262ee2e28bc5c13e385a2ef088..d2f1d22b653d000d4609c347e5bde6911998a569 100644
|
| --- a/Source/core/dom/RequestAnimationFrameCallback.idl
|
| +++ b/Source/core/dom/RequestAnimationFrameCallback.idl
|
| @@ -28,9 +28,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Callback,
|
| -] interface RequestAnimationFrameCallback{
|
| +callback interface RequestAnimationFrameCallback{
|
| // highResTime is passed as high resolution timestamp, see
|
| // http://www.w3.org/TR/hr-time/ for details.
|
| boolean handleEvent(double highResTime);
|
|
|