[Webkit-unassigned] [Bug 64364] crash in WebCore::FontFallbackList::determinePitch ()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 12 09:24:00 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64364
WebKit Review Bot <webkit.review.bot at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |webkit.review.bot at gmail.com
--- Comment #2 from WebKit Review Bot <webkit.review.bot at gmail.com> 2011-07-12 09:24:01 PST ---
Attachment 100496 did not pass style-queue:
Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1
Source/WebCore/platform/graphics/FontFallbackList.cpp:76: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5]
Source/WebCore/platform/graphics/FontFallbackList.cpp:76: Use 0 instead of NULL. [readability/null] [5]
Source/WebCore/platform/graphics/FontFallbackList.cpp:77: Tab found; better to use spaces [whitespace/tab] [1]
Source/WebCore/platform/graphics/FontFallbackList.cpp:81: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5]
Source/WebCore/platform/graphics/FontFallbackList.cpp:81: Use 0 instead of NULL. [readability/null] [5]
Source/WebCore/platform/graphics/FontFallbackList.cpp:82: Tab found; better to use spaces [whitespace/tab] [1]
Total errors found: 6 in 2 files
If any of these errors are false positives, please file a bug against check-webkit-style.
--
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