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

Issue 1919873002: binding: Uses the function's context in forEach(). (Closed)

Created:
4 years, 8 months ago by Yuki
Modified:
4 years, 7 months ago
Reviewers:
CC:
chromium-reviews, blink-reviews, blink-reviews-bindings_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

binding: Uses the function's context in forEach(). forEach() of iterable must invoke the given function with the context associated with the given function, otherwise it would be possible to leak the context. BUG=605910

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M third_party/WebKit/Source/bindings/core/v8/Iterable.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (1 generated)
Yuki
4 years, 7 months ago (2016-04-27 08:07:08 UTC) #1
Description was changed from

==========
binding: Uses the function's context in forEach().

forEach() of iterable must invoke the given function with the context
associated with the given function, otherwise it would be possible to
leak the context.

BUG=605910
==========

to

==========
binding: Uses the function's context in forEach().

forEach() of iterable must invoke the given function with the context
associated with the given function, otherwise it would be possible to
leak the context.

BUG=605910
==========

Powered by Google App Engine
This is Rietveld 408576698