Index: third_party/WebKit/Source/core/editing/markers/TextMatchMarker.h |
diff --git a/third_party/WebKit/Source/core/editing/markers/TextMatchMarker.h b/third_party/WebKit/Source/core/editing/markers/TextMatchMarker.h |
index 4422679bb954e8e7770a519bf38d24474cb7428b..0b71278256d695d0d054dce3c6dd4e7bc88882e0 100644 |
--- a/third_party/WebKit/Source/core/editing/markers/TextMatchMarker.h |
+++ b/third_party/WebKit/Source/core/editing/markers/TextMatchMarker.h |
@@ -86,6 +86,8 @@ class TextMatchMarker final : public DocumentMarker { |
MatchStatus match_status_; |
LayoutRect rendered_rect_; |
State layout_state_; |
+ |
+ DISALLOW_COPY_AND_ASSIGN(TextMatchMarker); |
}; |
DEFINE_TYPE_CASTS(TextMatchMarker, |