DescriptionRemove outdated FIXME comment from Document::decrementActiveParserCount()
Remove outdated FIXME comment from Document::decrementActiveParserCount(). This
comment was added by Eric in http://trac.webkit.org/changeset/143753 and was
associated to the #if ENABLE(THREADED_HTML_PARSER) check. However, those checks
were removed in Blink at:
https://src.chromium.org/viewvc/blink?revision=148736&view=revision
As a result, the comment no longer makes sense as it is already "always
enabled". The same comment in DocumentLoader.cpp was correctly removed with the
THREADED_HTML_PARSER defined, only the one in Document.cpp remained.
R=eseidel@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177339
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|