Bug 148417

Summary: Get rid of custom bindings for RequestAnimationFrameCallback.handleEvent()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: BindingsAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ggaren, rniwa, sam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Chris Dumez 2015-08-24 21:00:11 PDT
Get rid of custom bindings for RequestAnimationFrameCallback.handleEvent() by improving the bindings generator.
Comment 1 Chris Dumez 2015-08-24 21:06:14 PDT
Created attachment 259815 [details]
Patch
Comment 2 Chris Dumez 2015-08-24 21:09:12 PDT
Created attachment 259817 [details]
Patch
Comment 3 Chris Dumez 2015-08-24 21:16:51 PDT
Comment on attachment 259817 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=259817&action=review

> Source/WebCore/bindings/js/JSRequestAnimationFrameCallbackCustom.cpp:-36
> -bool JSRequestAnimationFrameCallback::handleEvent(double highResNowMs)

Newly generated bindings for this look like so:
http://pastebin.com/wpGZbQ1j
Comment 4 WebKit Commit Bot 2015-08-25 03:11:29 PDT
Comment on attachment 259817 [details]
Patch

Clearing flags on attachment: 259817

Committed r188905: <http://trac.webkit.org/changeset/188905>
Comment 5 WebKit Commit Bot 2015-08-25 03:11:34 PDT
All reviewed patches have been landed.  Closing bug.