Commit b739a738 authored by Yuki Shiino's avatar Yuki Shiino Committed by Commit Bot

bind-gen: Catch up with a removal of v8::Isolate* in ReportCoopAccess

Ports https://crrev.com/c/2346569 to the new bindings generator.

Bug: 839839
Change-Id: I922037afa279ac24f909e1655f3a24d80e9f9451
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351482
Commit-Queue: Yuki Shiino <yukishiino@chromium.org>
Reviewed-by: default avatarHitoshi Yoshida <peria@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797190}
parent 50afb67c
...@@ -1223,8 +1223,7 @@ def make_report_coop_access(cg_context): ...@@ -1223,8 +1223,7 @@ def make_report_coop_access(cg_context):
elif (cg_context.attribute_set and not ("Setter" in values)): elif (cg_context.attribute_set and not ("Setter" in values)):
return None return None
return TextNode("${blink_receiver}->ReportCoopAccess" return TextNode("${blink_receiver}->ReportCoopAccess(${property_name});")
"(${isolate}, ${property_name});")
def make_report_deprecate_as(cg_context): def make_report_deprecate_as(cg_context):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment