| 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,
|
| }
|
|
|