[Webkit-unassigned] [Bug 41608] DeviceOrientation should be renamed to DeviceOrientationController

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 5 08:14:13 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41608





--- Comment #2 from hans at chromium.org  2010-07-05 08:14:13 PST ---
This sounds good to me. Only found one issue:

In WebCore/page/Page.h:
> -        DeviceOrientation* deviceOrientation() const { return m_deviceOrientation.get(); }
> +        DeviceOrientationController* deviceOrientationController() const { return m_deviceOrientation.get(); }
I guess this should return m_deviceOrientationController.get()?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list