# File lib/html5/html5parser/initial_phase.rb, line 10
    def process_eof
      parse_error("expected-doctype-but-got-eof")
      @parser.phase = @parser.phases[:rootElement]
      @parser.phase.process_eof
    end