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

Issue 15421007: Remove unneeded argument from Parser::GetSymbol (Closed)

Created:
7 years, 7 months ago by wingo
Modified:
7 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Remove unneeded argument from Parser::GetSymbol Parser::GetSymbol can't actually fail, so no need for the bool* ok argument or the CHECK_OK in callers. BUG= R=mstarzinger@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=14727

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -11 lines) Patch
M src/parser.h View 1 chunk +1 line, -1 line 0 comments Download
M src/parser.cc View 10 chunks +10 lines, -10 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
wingo
Random cleanup I saw while poking at for-of.
7 years, 7 months ago (2013-05-20 14:10:27 UTC) #1
Michael Starzinger
LGTM.
7 years, 7 months ago (2013-05-21 10:41:14 UTC) #2
wingo
7 years, 7 months ago (2013-05-21 10:46:06 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r14727 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698