[Webkit-unassigned] [Bug 39335] Implement the DOCTYPE states for the HTML5 lexer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 18 19:47:56 PDT 2010


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #56441|review?                     |review+
               Flag|                            |




--- Comment #3 from Eric Seidel <eric at webkit.org>  2010-05-18 19:47:56 PST ---
(From update of attachment 56441)
Totally need an isWhitespace function.

         default:
 1190             ASSERT_NOT_REACHED();
 1191             break;
 1192         }

very bad.  :p  We want the compiler to warn if we're missing an enum value.

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