Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(618)

Unified Diff: Source/core/css/CSSParser.h

Issue 18345005: Reporting unterminated comments in CSS. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/css/CSSParser.h
diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
index 982727cde947de32775e593489faedb1b3d12d34..d1ecd6bff4c3256eebcab353eed3db585aaea98a 100644
--- a/Source/core/css/CSSParser.h
+++ b/Source/core/css/CSSParser.h
@@ -87,6 +87,7 @@ public:
InvalidMediaQueryError,
InvalidKeyframeSelectorError,
InvalidSelectorPseudoError,
+ UnterminatedCommentError,
GeneralError
};

Powered by Google App Engine
This is Rietveld 408576698