[Webkit-unassigned] [Bug 20994] HTMLVideoElement width and height attributes are now unsigned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 22 14:17:32 PDT 2008


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


sam at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23656|review?                     |review-
               Flag|                            |




------- Comment #4 from sam at webkit.org  2008-09-22 14:17 PDT -------
(From update of attachment 23656)
+    unsigned w = getAttribute(widthAttr).toInt(&ok);

+    unsigned h = getAttribute(heightAttr).toInt(&ok);

These need to use toUInt().


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



More information about the webkit-unassigned mailing list