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

Unified Diff: third_party/WebKit/Source/bindings/scripts/code_generator_v8.py

Issue 2301993002: binding: Introduces ExceptionToPromiseScope. (Closed)
Patch Set: Addressed review comments (rename, empty line). Created 4 years, 3 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/bindings/scripts/code_generator_v8.py
diff --git a/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py b/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py
index 49d6c05b36def62e7d2104f42df02347005f8edb..9038af8e2179c5cf1e125460bb332b3f4e6cc878 100644
--- a/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py
+++ b/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py
@@ -86,7 +86,7 @@ import v8_union
from v8_utilities import capitalize, cpp_name, for_origin_trial_feature, unique_by
from utilities import (
idl_filename_to_component, is_valid_component_dependency, is_testing_target,
- shorten_union_name, format_blink_cpp_source_code)
+ shorten_union_name, format_remove_duplicates, format_blink_cpp_source_code)
def normalize_and_sort_includes(include_paths):
@@ -430,6 +430,7 @@ def initialize_jinja_env(cache_dir):
'exposed': exposed_if,
'for_origin_trial_feature': for_origin_trial_feature,
'format_blink_cpp_source_code': format_blink_cpp_source_code,
+ 'format_remove_duplicates': format_remove_duplicates,
'runtime_enabled': runtime_enabled_if,
'secure_context': secure_context_if,
'unique_by': unique_by,

Powered by Google App Engine
This is Rietveld 408576698