summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/build/scripts/core/css/parser/make_atrule_names.py
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/build/scripts/core/css/parser/make_atrule_names.py')
-rwxr-xr-xchromium/third_party/blink/renderer/build/scripts/core/css/parser/make_atrule_names.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/build/scripts/core/css/parser/make_atrule_names.py b/chromium/third_party/blink/renderer/build/scripts/core/css/parser/make_atrule_names.py
index 0c964b902f5..a083c4d095f 100755
--- a/chromium/third_party/blink/renderer/build/scripts/core/css/parser/make_atrule_names.py
+++ b/chromium/third_party/blink/renderer/build/scripts/core/css/parser/make_atrule_names.py
@@ -19,8 +19,8 @@ class AtRuleNamesWriter(json5_generator.Writer):
Generates AtRuleNames. This class provides utility methods for parsing
@rules (e.g. @font-face, @viewport, etc)
"""
- def __init__(self, json5_file_paths):
- super(AtRuleNamesWriter, self).__init__(json5_file_paths)
+ def __init__(self, json5_file_paths, output_dir):
+ super(AtRuleNamesWriter, self).__init__(json5_file_paths, output_dir)
self._outputs = {
'at_rule_descriptors.h': self.generate_header,