|
|
[blink] Use functions for AllMarkers and MisspellingMarkers
This patch changes AllMarkers and MisspellingMarkers to be functions
instead of subclasses of MarkerTypes. This avoids a vtable.
Suggested by tony@chromium.org.
BUG= 295190
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+24 lines, -37 lines) |
Patch |
 |
M |
Source/core/dom/DocumentMarker.h
|
View
|
|
1 chunk |
+2 lines, -15 lines |
2 comments
|
Download
|
 |
M |
Source/core/dom/DocumentMarkerController.h
|
View
|
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/DocumentMarkerController.cpp
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/editing/CompositeEditCommand.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/editing/Editor.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/editing/SpellCheckRequester.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/page/EventHandler.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/HitTestResult.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/testing/Internals.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/ContextMenuClientImpl.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/EditorClientImpl.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/WebFrameImpl.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|