fatal 59 Source/core/xml/XMLErrors.cpp if (type == fatal || (m_errorCount < maxErrors && m_lastErrorPosition.m_line != position.m_line && m_lastErrorPosition.m_column != position.m_column)) { fatal 64 Source/core/xml/XMLErrors.cpp case fatal: fatal 303 Source/core/xml/parser/XMLDocumentParser.cpp handleError(XMLErrors::fatal, "Excessive node nesting.", textPosition()); fatal 366 Source/core/xml/parser/XMLDocumentParser.cpp if (type == XMLErrors::fatal) fatal 862 Source/core/xml/parser/XMLDocumentParser.cpp handleError(XMLErrors::fatal, "Encoding error", position); fatal 1257 Source/core/xml/parser/XMLDocumentParser.cpp getParser(closure)->error(XMLErrors::fatal, message, args); fatal 51 Source/modules/encoding/TextDecoder.cpp bool fatal = false; fatal 52 Source/modules/encoding/TextDecoder.cpp options.get("fatal", fatal); fatal 54 Source/modules/encoding/TextDecoder.cpp return adoptRefWillBeNoop(new TextDecoder(encoding.name(), fatal)); fatal 58 Source/modules/encoding/TextDecoder.cpp TextDecoder::TextDecoder(const String& encoding, bool fatal) fatal 61 Source/modules/encoding/TextDecoder.cpp , m_fatal(fatal) fatal 59 Source/modules/encoding/TextDecoder.h TextDecoder(const String& encoding, bool fatal);