|
Have NodeTraversal::nextSkippingChildren() take a reference
Have NodeTraversal::nextSkippingChildren() take a reference instead of a pointer
as it expects the pointer to be non-null. This makes the code look safer and is
consistent with NodeTraversal::next().
R=adamk
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161935
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+135 lines, -131 lines) |
Patch |
|
M |
Source/core/accessibility/AXObject.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/StyleInvalidationAnalysis.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/dom/ElementTraversal.h
|
View
|
1
|
3 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/NodeTraversal.h
|
View
|
1
|
3 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/NodeTraversal.cpp
|
View
|
1
|
1 chunk |
+11 lines, -11 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/Range.cpp
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/SelectorQuery.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/dom/TreeWalker.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/editing/ApplyStyleCommand.cpp
|
View
|
1
|
8 chunks |
+15 lines, -14 lines |
0 comments
|
Download
|
|
M |
Source/core/editing/CompositeEditCommand.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/editing/DeleteSelectionCommand.cpp
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/editing/ReplaceSelectionCommand.cpp
|
View
|
1
|
4 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/editing/TextIterator.cpp
|
View
|
|
6 chunks |
+31 lines, -30 lines |
0 comments
|
Download
|
|
M |
Source/core/editing/VisibleUnits.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/editing/htmlediting.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/editing/markup.cpp
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLCollection.cpp
|
View
|
1
|
3 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLDialogElement.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLElement.cpp
|
View
|
|
5 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLFieldSetElement.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLObjectElement.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLOptionElement.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLSelectElement.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/page/FocusController.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/page/TouchDisambiguation.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderNamedFlowThread.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGElement.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGUseElement.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|