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

Issue 155135: Change a few sites where the Handle<T>(NULL) constructor is used so... (Closed)

Created:
11 years, 5 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Change a few sites where the Handle<T>(NULL) constructor is used so that they use the static Handle<T>::null() member function instead. Committed: http://code.google.com/p/v8/source/detail?r=2371

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -9 lines) Patch
M src/bootstrapper.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/handles.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/handles.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/parser.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
11 years, 5 months ago (2009-07-07 11:32:39 UTC) #1
Kasper Lund
11 years, 5 months ago (2009-07-07 11:33:38 UTC) #2
LGTM!

Powered by Google App Engine
This is Rietveld 408576698