| Index: Source/core/dom/DocumentMarkerController.h
|
| diff --git a/Source/core/dom/DocumentMarkerController.h b/Source/core/dom/DocumentMarkerController.h
|
| index 0b14aaa579ca6fab383f9ed7f4cd4597092bef23..039ca1fe34819b5e92dcf81f063382465f79bb2e 100644
|
| --- a/Source/core/dom/DocumentMarkerController.h
|
| +++ b/Source/core/dom/DocumentMarkerController.h
|
| @@ -88,6 +88,7 @@ private:
|
|
|
| typedef Vector<RenderedDocumentMarker> MarkerList;
|
| typedef HashMap<RefPtr<Node>, OwnPtr<MarkerList> > MarkerMap;
|
| + void mergeOverlapping(MarkerList*, DocumentMarker&);
|
| bool possiblyHasMarkers(DocumentMarker::MarkerTypes);
|
| void removeMarkersFromList(MarkerMap::iterator, DocumentMarker::MarkerTypes);
|
|
|
|
|