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

Issue 23863002: Refactoring: toHTMLElement(const Node*) added but never used. Using it. (Closed)

Created:
7 years, 3 months ago by r.kasibhatla
Modified:
7 years, 3 months ago
Reviewers:
tkent
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch, adamk+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Refactoring: toHTMLElement(const Node*) added but never used. Using it. There is a const HTMLElement* toHTMLElement(const Node*) interface defined, but never used. Instead the static_cast is still used for this conversion. Replacing the static_cast to toHTMLElement call. BUG=None TEST=None. No functionality changed/effected. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157078

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -6 lines) Patch
M Source/core/editing/MarkupAccumulator.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/ReplaceSelectionCommand.cpp View 2 chunks +2 lines, -3 lines 0 comments Download
M Source/core/editing/markup.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLElement.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
r.kasibhatla
7 years, 3 months ago (2013-09-02 09:13:05 UTC) #1
tkent
lgtm
7 years, 3 months ago (2013-09-02 09:16:39 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/r.kasibhatla@samsung.com/23863002/1
7 years, 3 months ago (2013-09-02 09:17:05 UTC) #3
commit-bot: I haz the power
7 years, 3 months ago (2013-09-02 10:26:42 UTC) #4
Message was sent while issue was closed.
Change committed as 157078

Powered by Google App Engine
This is Rietveld 408576698