Skip to content

Commit 8ee0812

Browse files
committed
fix JavaScript.Web.Performance
1 parent ff06a65 commit 8ee0812

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

JavaScript/Web/Performance.hs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
{-# LANGUAGE ForeignFunctionInterface, JavaScriptFFI, InterruptibleFFI,
2-
DeriveDataTypeable
3-
#-}
1+
{-# LANGUAGE ForeignFunctionInterface, JavaScriptFFI #-}
42

53
{- | The Performance interface represents timing-related performance information for the given page.
64
-}
@@ -16,9 +14,6 @@ import GHCJS.Types
1614
import Control.Exception (onException)
1715
import Data.Typeable
1816

19-
newtype AnimationFrameHandle = AnimationFrameHandle (JSRef ())
20-
deriving (Typeable)
21-
2217
{- | The 'now' computation returns a high resolution time stamp, measured in
2318
milliseconds, accurate to one thousandth of a millisecond.
2419

0 commit comments

Comments
 (0)