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

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

Issue 1405573003: Introduce StringImpl::createPreallocatedStatic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +comment. Removed StringImpl::createStatic. Created 5 years, 2 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_qualified_names.py
diff --git a/third_party/WebKit/Source/build/scripts/make_qualified_names.py b/third_party/WebKit/Source/build/scripts/make_qualified_names.py
index f93e83e6ad26c439a7308aa16baf1e3ed32caca2..048efd34e9680f4175f8d243a46335f1387e4091 100755
--- a/third_party/WebKit/Source/build/scripts/make_qualified_names.py
+++ b/third_party/WebKit/Source/build/scripts/make_qualified_names.py
@@ -55,8 +55,9 @@ class MakeQualifiedNamesWriter(in_generator.Writer):
'namespaceURI': '',
}
filters = {
- 'hash': hasher.hash,
'enable_conditional': name_utilities.enable_conditional_if_endif,
+ 'hash': hasher.hash,
+ 'max': max,
'symbol': _symbol,
'to_macro_style': name_utilities.to_macro_style,
}

Powered by Google App Engine
This is Rietveld 408576698