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

Issue 4678007: Fix compile error on Windows (no snprintf support). (Closed)

Created:
10 years, 1 month ago by Lasse Reichstein
Modified:
9 years, 6 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

Fix compile error on Windows (no snprintf support). Luckily the snprintf wasn't really needed. TBR:whesse

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
Lasse Reichstein
10 years, 1 month ago (2010-11-11 13:08:47 UTC) #1
William Hesse
LGTM. Why was the string so long before, if it wasn't necessary?
10 years, 1 month ago (2010-11-11 13:52:10 UTC) #2
Lasse Reichstein
10 years, 1 month ago (2010-11-11 14:07:44 UTC) #3
Just a change of mind in the middle of writing it. To begin with, I thought I'd
need a big string to trigger preparsing before parsing, but I only really needed
the preparsing, so I could call that directly.

Powered by Google App Engine
This is Rietveld 408576698