|
Make NodeList::ownerNode() virtual and rename to virtualOwnerNode()
Make NodeList::ownerNode() virtual to avoid multiple virtual calls to
is*NodeList() in Node::ownerNode() as well as casting.
NodeList::ownerNode() is also renamed to virtualOwnerNode() to avoid
conflict with LiveNodeListBase::ownerNode(). Also, we don't want
LiveNodeList::ownerNode() to be virtual as it is called from hot
code paths.
R=haraken, adamk
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167061
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+21 lines, -61 lines) |
Patch |
|
M |
Source/bindings/IDLExtendedAttributes.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
1 comment
|
Download
|
|
M |
Source/core/core.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/dom/ChildNodeList.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/ChildNodeList.cpp
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/EmptyNodeList.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/EmptyNodeList.cpp
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/LiveNodeList.h
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/LiveNodeList.cpp
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/NodeList.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
D |
Source/core/dom/NodeList.cpp
|
View
|
|
1 chunk |
+0 lines, -53 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/NodeList.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|