DeviceOrientation.absolute should return false when it was not initialized.
authorRyuan Choi <ryuan.choi@samsung.com>
Fri, 31 May 2013 01:51:36 +0000 (10:51 +0900)
committerRyuan Choi <ryuan.choi@samsung.com>
Fri, 31 May 2013 01:54:50 +0000 (10:54 +0900)
commitac7b0de55f7b6527fc3115cb204d68f190e2f076
tree69f81ac69ed7b53fd4b0dcc674eb6ae74991a472
parent5cb829b9baf80d22d7a2ea1364cf508fbc67f42c
DeviceOrientation.absolute should return false when it was not initialized.

[Title] DeviceOrientation.absolute should return false when it was not initialized.
[Issue#] TWEB-1103
[Problem] spec mentioned that it should return false, but code is wrong.
[Cause]
[Solution] Fixed.

Change-Id: I9a6720c38ef8c463875578a1f406cca3cb7a0ea3
Source/WebCore/bindings/js/JSDeviceOrientationEventCustom.cpp