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

Issue 111443014: Use default argument value instead of overloading for MarkupAccumulator::serializeNodes() (Closed)

Created:
6 years, 11 months ago by Inactive
Modified:
6 years, 11 months ago
Reviewers:
adamk
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@dom_WATCHLIST
Visibility:
Public.

Description

Use default argument value instead of overloading for MarkupAccumulator::serializeNodes() The last argument to MarkupAccumulator::serializeNodes() was optional and we were dealing with this using overloads instead of having a default value for the last argument. This makes the code a bit cleaner / shorter. R=adamk BUG=None Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164601

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -7 lines) Patch
M Source/core/editing/MarkupAccumulator.h View 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/editing/MarkupAccumulator.cpp View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Inactive
6 years, 11 months ago (2014-01-07 17:06:18 UTC) #1
adamk
lgtm
6 years, 11 months ago (2014-01-07 18:12:14 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/111443014/1
6 years, 11 months ago (2014-01-07 18:12:23 UTC) #3
commit-bot: I haz the power
6 years, 11 months ago (2014-01-07 18:19:19 UTC) #4
Message was sent while issue was closed.
Change committed as 164601

Powered by Google App Engine
This is Rietveld 408576698