# File lib/html5/html5parser/trailing_end_phase.rb, line 29
    def processEndTag(name)
      parse_error("expected-eof-but-got-end-tag", {"name" => name})
      @parser.phase = @parser.last_phase
      @parser.phase.processEndTag(name)
    end