summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/HTMLParserErrorCodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLParserErrorCodes.h')
-rw-r--r--Source/WebCore/html/HTMLParserErrorCodes.h36
1 files changed, 1 insertions, 35 deletions
diff --git a/Source/WebCore/html/HTMLParserErrorCodes.h b/Source/WebCore/html/HTMLParserErrorCodes.h
index 4da6b90..1d88bc6 100644
--- a/Source/WebCore/html/HTMLParserErrorCodes.h
+++ b/Source/WebCore/html/HTMLParserErrorCodes.h
@@ -23,38 +23,4 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef HTMLParserErrorCodes_h
-#define HTMLParserErrorCodes_h
-
-namespace WebCore {
-
-enum HTMLParserErrorCode {
- MisplacedTablePartError,
- MisplacedHeadError,
- MisplacedHeadContentError,
- RedundantHTMLBodyError,
- MisplacedAreaError,
- IgnoredContentError,
- MisplacedFramesetContentError,
- MisplacedContentRetryError,
- MisplacedCaptionContentError,
- MisplacedTableError,
- StrayTableContentError,
- TablePartRequiredError,
- MalformedBRError,
- IncorrectXMLSelfCloseError,
- StrayParagraphCloseError,
- StrayCloseTagError,
- ResidualStyleError,
- FormInsideTablePartError,
- IncorrectXMLCloseScriptWarning
-};
-
-const char* htmlParserErrorMessageTemplate(HTMLParserErrorCode);
-const char* htmlParserDocumentWriteMessage();
-
-bool isWarning(HTMLParserErrorCode);
-
-}
-
-#endif
+// FIXME: Delete this file.