[Webkit-unassigned] [Bug 15203] [gtk] Don't use FcBool in backend code
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 13 09:29:16 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15203
aroben at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #16278|review? |review+
Flag| |
------- Comment #2 from aroben at apple.com 2007-09-13 09:29 PDT -------
(From update of attachment 16278)
+ static bool initialized = false;
You don't need to initialize this variable to false (that will happen
automatically as a result of it being declared static).
Please leave the "Reviewed by NOBODY (OOPS!)." line that prepare-ChangeLog
generates for you, as we have pre-commit hooks that prevent anyone from
checking in an unreviewed change this way.
r=me
--
Configure bugmail: http://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