[Webkit-unassigned] [Bug 29734] Enable Pasteboard::writePlainText for Chromium and fix code style nits
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 25 07:09:22 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29734
mitz at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #40108|review? |review-
Flag| |
--- Comment #2 from mitz at webkit.org 2009-09-25 07:09:22 PDT ---
(From update of attachment 40108)
> - if (types == nil) {
> + if (!types == nil) {
This is wrong. I think you meant to change (types == nil) to (!types).
--
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