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

Issue 298983002: ClearTypeFeedbackInfo(): context may not be initialized. (Closed)

Created:
6 years, 7 months ago by mvstanton
Modified:
6 years, 7 months ago
Reviewers:
ulan
CC:
v8-dev
Visibility:
Public.

Description

ClearTypeFeedbackInfo(): context may not be initialized. SharedFunctionInfo::ClearTypeFeedbackInfo() wants to compare feedback to the array JSFunction, but it's called at times when the context isn't fully initialized. Be cautious about this check. R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21434

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -3 lines) Patch
M src/objects.cc View 1 chunk +12 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ulan
lgtm
6 years, 7 months ago (2014-05-22 11:28:12 UTC) #1
mvstanton
6 years, 7 months ago (2014-05-22 11:32:36 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r21434 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698