[Webkit-unassigned] [Bug 93597] Add DeviceController to support DOMWindow device events
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 21 03:25:11 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=93597
--- Comment #46 from Kihong Kwon <kihong.kwon at samsung.com> 2012-08-21 03:25:41 PST ---
> > Source/WebCore/page/DeviceController.cpp:87
> > + for (int i = 0; i < m_listeners.size(); ++i) {
>
> int -> size_t ?
It makes warning, because size() of HashMap returns int.
--
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