# File lib/html5/html5parser/root_element_phase.rb, line 11
    def processComment(data)
      @tree.insert_comment(data, @tree.document)
    end