Bug 91225 - Fix checking for optional DeviceOrientationEvent.absolute in JSC bindings
Summary: Fix checking for optional DeviceOrientationEvent.absolute in JSC bindings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-13 05:54 PDT by Olivier Blin
Modified: 2012-07-13 07:08 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.86 KB, patch)
2012-07-13 06:09 PDT, Olivier Blin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Blin 2012-07-13 05:54:25 PDT
Fix checking for optional DeviceOrientationEvent.absolute
Comment 1 Olivier Blin 2012-07-13 06:04:26 PDT
This issue comes from r105036
Comment 2 Olivier Blin 2012-07-13 06:09:33 PDT
Created attachment 152237 [details]
Patch
Comment 3 Steve Block 2012-07-13 06:40:10 PDT
Comment on attachment 152237 [details]
Patch

thanks!
Comment 4 Steve Block 2012-07-13 06:41:17 PDT
Was this failing a test? I'm not sure whether we run any DeviceOrientation tests with JSC. If it wasn't failing a test, please consider adding such a test.
Comment 5 WebKit Review Bot 2012-07-13 06:53:42 PDT
Comment on attachment 152237 [details]
Patch

Clearing flags on attachment: 152237

Committed r122572: <http://trac.webkit.org/changeset/122572>
Comment 6 WebKit Review Bot 2012-07-13 06:53:48 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Olivier Blin 2012-07-13 07:08:03 PDT
No, it was not failing a test, I just spotted this by reading the code.
I did not see a test about DeviceOrientationEvent.absolute in v8 either.