| Index: sky/engine/core/dom/DocumentMarker.h
|
| diff --git a/sky/engine/core/dom/DocumentMarker.h b/sky/engine/core/dom/DocumentMarker.h
|
| index 745856bf8032bd9bf51b2683ae41b12af37a3448..c29bc14b377ecc164d739f8b630cca413ce28b51 100644
|
| --- a/sky/engine/core/dom/DocumentMarker.h
|
| +++ b/sky/engine/core/dom/DocumentMarker.h
|
| @@ -35,7 +35,7 @@ class DocumentMarkerDetails;
|
| // It optionally includes a description that could be displayed in the user interface.
|
| // It also optionally includes a flag specifying whether the match is active, which is ignored
|
| // for all types other than type TextMatch.
|
| -class DocumentMarker : public DummyBase<DocumentMarker> {
|
| +class DocumentMarker {
|
| public:
|
| enum MarkerTypeIndex {
|
| SpellingMarkerIndex = 0,
|
|
|