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

Issue 3119026: Fix two-phase lookup problem in FlexibleBodyVisitor and FixedBodyVisitor.... (Closed)

Created:
10 years, 4 months ago by hans
Modified:
9 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix two-phase lookup problem in FlexibleBodyVisitor and FixedBodyVisitor. In FlexibleBodyVisitor and FixedBodyVisitor, the calls to IteratePointers, which lives in the base class BodyVisitorBase<StaticVisitor>, needs to be qualified with the dependent base class to be able to be bound during two-phase lookup. Committed: http://code.google.com/p/v8/source/detail?r=5303

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -5 lines) Patch
M src/objects-visiting.h View 2 chunks +6 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
hans
I'm helping out with building Chrome using Clang and this broke the build when we ...
10 years, 4 months ago (2010-08-18 15:05:30 UTC) #1
Vyacheslav Egorov (Chromium)
LGTM will land it.
10 years, 4 months ago (2010-08-18 15:21:21 UTC) #2
Vyacheslav Egorov (Chromium)
10 years, 4 months ago (2010-08-18 15:26:02 UTC) #3
Landed in r5303. Closing issue. Thanks for patch!

Powered by Google App Engine
This is Rietveld 408576698