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

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: 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..d5ccfb2bac979857a3f733248cbb71258b03767a 100755
--- a/third_party/WebKit/Source/build/scripts/make_qualified_names.py
+++ b/third_party/WebKit/Source/build/scripts/make_qualified_names.py
@@ -59,6 +59,7 @@ class MakeQualifiedNamesWriter(in_generator.Writer):
'enable_conditional': name_utilities.enable_conditional_if_endif,
'symbol': _symbol,
'to_macro_style': name_utilities.to_macro_style,
+ 'max': max,
}
def __init__(self, in_file_paths):

Powered by Google App Engine
This is Rietveld 408576698