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

Unified Diff: third_party/WebKit/Source/build/scripts/make_css_tokenizer_codepoints.py

Issue 2611823003: ABANDONED CL: Changes to compile and pass tests after Big Blink Rename (excluding functions). (Closed)
Patch Set: Inducing merge conflicts to force human review and changes after rename. Created 3 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
Index: third_party/WebKit/Source/build/scripts/make_css_tokenizer_codepoints.py
diff --git a/third_party/WebKit/Source/build/scripts/make_css_tokenizer_codepoints.py b/third_party/WebKit/Source/build/scripts/make_css_tokenizer_codepoints.py
index d7e81d50e0128e8238a9878ebc50893fb9ecb430..c779442104384596f2991ffb90e33eb08e2e12bf 100755
--- a/third_party/WebKit/Source/build/scripts/make_css_tokenizer_codepoints.py
+++ b/third_party/WebKit/Source/build/scripts/make_css_tokenizer_codepoints.py
@@ -18,7 +18,7 @@ CPP_TEMPLATE = """
// Auto-generated by {module_pyname}
-const CSSTokenizer::CodePoint CSSTokenizer::codePoints[{array_size}] = {{
+const CSSTokenizer::CodePoint CSSTokenizer::kCodePoints[{array_size}] = {{
{token_lines}
}};
const unsigned codePointsNumber = {array_size};

Powered by Google App Engine
This is Rietveld 408576698