Bug 91225

Summary: Fix checking for optional DeviceOrientationEvent.absolute in JSC bindings
Product: WebKit Reporter: Olivier Blin <olivier.blin>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aousterh, jorlow, steveblock, webkit.review.bot, xinchao.he
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.