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

Unified Diff: Source/core/css/parser/BisonCSSTokenizer.h

Issue 993713002: Fix template angle bracket syntax in CSS subdirs (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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 | « Source/core/css/parser/BisonCSSParserTest.cpp ('k') | Source/core/css/parser/CSSGrammar.y » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/parser/BisonCSSTokenizer.h
diff --git a/Source/core/css/parser/BisonCSSTokenizer.h b/Source/core/css/parser/BisonCSSTokenizer.h
index b715ab1ec2b616595af3d9ab3f733b0f3dcf51dc..2982060ae76f9548ba57c8667191f132e7ef529d 100644
--- a/Source/core/css/parser/BisonCSSTokenizer.h
+++ b/Source/core/css/parser/BisonCSSTokenizer.h
@@ -165,7 +165,7 @@ private:
// identifiers and URIs containing such escape sequences are
// stored in m_cssStrings16 so that we don't have to store the
// whole stylesheet as UTF-16.
- Vector<OwnPtr<UChar[]> > m_cssStrings16;
+ Vector<OwnPtr<UChar[]>> m_cssStrings16;
union {
LChar* ptr8;
UChar* ptr16;
« no previous file with comments | « Source/core/css/parser/BisonCSSParserTest.cpp ('k') | Source/core/css/parser/CSSGrammar.y » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698