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

Issue 23754005: Have CharacterData constructor take a Document reference in argument (Closed)

Created:
7 years, 3 months ago by do-not-use
Modified:
7 years, 3 months ago
Reviewers:
tkent, dglazkov
CC:
blink-reviews, dglazkov+blink, nessy, eae+blinkwatch, adamk+blink_chromium.org, vcarbune.chromium
Visibility:
Public.

Description

Have CharacterData constructor take a Document reference in argument Have CharacterData constructor take a Document reference in argument instead of a pointer as it can never be NULL. CharacterData subclasses (Comment, Text), have been updated to use references as well. BUG=281400 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157373

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -25 lines) Patch
M Source/core/dom/CharacterData.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/Comment.h View 1 chunk +2 lines, -7 lines 0 comments Download
M Source/core/dom/Comment.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/dom/Document.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/dom/ProcessingInstruction.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/dom/ProcessingInstruction.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/dom/Text.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/parser/HTMLConstructionSite.cpp View 1 chunk +4 lines, -3 lines 0 comments Download
M Source/core/html/track/WebVTTParser.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/parser/XMLDocumentParser.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
do-not-use
7 years, 3 months ago (2013-09-06 10:44:31 UTC) #1
tkent
lgtm
7 years, 3 months ago (2013-09-06 10:51:39 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/23754005/1
7 years, 3 months ago (2013-09-06 14:43:50 UTC) #3
commit-bot: I haz the power
7 years, 3 months ago (2013-09-06 16:09:43 UTC) #4
Message was sent while issue was closed.
Change committed as 157373

Powered by Google App Engine
This is Rietveld 408576698