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

Unified Diff: sky/engine/core/css/parser/CSSParserMode.h

Issue 871383002: Merge HTMLDocument into Document (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « sky/engine/core/css/parser/CSSGrammar.y ('k') | sky/engine/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/parser/CSSParserMode.h
diff --git a/sky/engine/core/css/parser/CSSParserMode.h b/sky/engine/core/css/parser/CSSParserMode.h
index 51857a620c00bc5960eda6e38f1b4f94f4cd78a0..c730d055c37fc54ae1c994e11d245333491af434 100644
--- a/sky/engine/core/css/parser/CSSParserMode.h
+++ b/sky/engine/core/css/parser/CSSParserMode.h
@@ -81,9 +81,6 @@ public:
const KURL& baseURL() const { return m_baseURL; }
const Referrer& referrer() const { return m_referrer; }
- // This causes CSS parsing to be case insensitive and should be removed.
- bool isHTMLDocument() const { return true; }
-
// FIXME: These setters shouldn't exist, however the current lifetime of CSSParserContext
// is not well understood and thus we sometimes need to override these fields.
void setBaseURL(const KURL& baseURL) { m_baseURL = baseURL; }
« no previous file with comments | « sky/engine/core/css/parser/CSSGrammar.y ('k') | sky/engine/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698