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

Issue 232603002: Avoid maybe-uninitialized gcc warning. (Closed)

Created:
6 years, 8 months ago by sof
Modified:
6 years, 8 months ago
Reviewers:
yurys
CC:
blink-reviews, sof, eae+blinkwatch, dglazkov+blink, adamk+blink_chromium.org, Inactive, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Avoid maybe-uninitialized gcc warning. Add explicit initialization of local variable to avoid some versions of gcc warn about its potentially uninitialized use. R= BUG=349898

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M Source/core/dom/CharacterData.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
yurys
Oops, just noticed this CL. I've already landed exactly this fix: http://src.chromium.org/viewvc/blink?revision=171240&view=revision
6 years, 8 months ago (2014-04-10 07:45:56 UTC) #1
sof
6 years, 8 months ago (2014-04-10 07:49:33 UTC) #2
Problem solved, I hope, so all good. Closing.

I held off on publishing the CL as it wasn't clear what would help the Blink
roll more (cf. https://codereview.chromium.org/229793004/#msg6 )

Powered by Google App Engine
This is Rietveld 408576698