DescriptionDisable run-time flag for device orientation in test_shell
Device orientation runtime flag must be switched off in test_shell,
as it doesn't provide a DeviceOrientationClient to the Page constructor.
WebKit r64270 triggered the problem by using this NULL client
in the DeviceOrientationController constructor, causing it to crash.
The DeviceOrientationController does not get instantiated when the runtime flag is off.
BUG=None
TEST=test_shell should not crash
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=54125
Patch Set 1 #
Messages
Total messages: 1 (0 generated)
|