| Index: third_party/WebKit/Source/build/scripts/make_css_property_apis.py
|
| diff --git a/third_party/WebKit/Source/build/scripts/make_css_property_apis.py b/third_party/WebKit/Source/build/scripts/make_css_property_apis.py
|
| index 1fd786a2852539c7c3e71919875ca0c4d61eb164..8030aa5ea120d8b625512c0417a2d2b41d5c4051 100755
|
| --- a/third_party/WebKit/Source/build/scripts/make_css_property_apis.py
|
| +++ b/third_party/WebKit/Source/build/scripts/make_css_property_apis.py
|
| @@ -40,7 +40,7 @@ class CSSPropertyAPIWriter(StyleBuilderWriter):
|
| assert len(json5_file_paths) == 2,\
|
| 'CSSPropertyAPIWriter requires 2 input json5 files files, got {}.'.format(len(json5_file_paths))
|
|
|
| - self.css_property_api_methods = Json5File.load_from_files([json5_file_paths[1]], {}, {})
|
| + self.css_property_api_methods = Json5File.load_from_files(json5_file_paths[1])
|
|
|
| self._outputs = {
|
| 'CSSPropertyDescriptor.cpp': self.generate_property_descriptor_cpp,
|
|
|