RESOLVED FIXED41136
Add RawDataDocumentParser to get rid of a bunch of copy/paste code in DocumentParser subclasses
https://bugs.webkit.org/show_bug.cgi?id=41136
Summary Add RawDataDocumentParser to get rid of a bunch of copy/paste code in Documen...
Eric Seidel (no email)
Reported 2010-06-24 00:35:34 PDT
Add RawDataDocumentParser to get rid of a bunch of copy/paste code in DocumentParser subclasses
Attachments
Patch (19.55 KB, patch)
2010-06-24 00:42 PDT, Eric Seidel (no email)
abarth: review+
eric: commit-queue+
Eric Seidel (no email)
Comment 1 2010-06-24 00:42:46 PDT
Adam Barth
Comment 2 2010-06-24 14:43:38 PDT
Comment on attachment 59622 [details] Patch This patch appears to be almost entirely minus lines. WebCore/dom/RawDataDocumentParser.h:57 + ASSERT_NOT_REACHED(); This used to be notImplemented, right?
Eric Seidel (no email)
Comment 3 2010-06-24 14:45:55 PDT
(In reply to comment #2) > (From update of attachment 59622 [details]) > This patch appears to be almost entirely minus lines. Yup. :) > WebCore/dom/RawDataDocumentParser.h:57 > + ASSERT_NOT_REACHED(); > This used to be notImplemented, right? Yup. And remove the method entirely in the next patch. We have no test case which hits that ASSERT, and its unclear if such a case is even possible.
Eric Seidel (no email)
Comment 4 2010-06-24 15:03:47 PDT
Note You need to log in before you can comment on or make changes to this bug.