[Webkit-unassigned] [Bug 70498] [style] Allow usage of NULL in gst_caps_new_(full|simple)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 20 07:47:23 PDT 2011


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





--- Comment #2 from David Levin <levin at chromium.org>  2011-10-20 07:47:22 PST ---
(From update of attachment 111763)
View in context: https://bugs.webkit.org/attachment.cgi?id=111763&action=review

> Tools/Scripts/webkitpy/style/checkers/cpp.py:2387
> +    if search(r'\bgst_caps_new_full\b', line):

It looks like there are a lot of gst_ exceptions here. Why not just allow \bgst_[a-z_]*\b and be done with it? :)

-- 
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