|
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
|
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
|
Total messages: 4 (0 generated)
|