[Webkit-unassigned] [Bug 93597] Add DeviceController to support DOMWindow device events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 21 07:41:58 PDT 2012


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





--- Comment #47 from Adam Barth <abarth at webkit.org>  2012-08-21 07:41:52 PST ---
(In reply to comment #46)
> > > 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.

Ok.  We should keep it as int then.  Thanks.  (I forget which of these collections use size_t and which use 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