| Index: Source/core/dom/DocumentOrderedList.h
|
| diff --git a/Source/core/dom/DocumentOrderedList.h b/Source/core/dom/DocumentOrderedList.h
|
| index 0b08ec00c0dbbe9f75623043aa3a2eeb615d38c9..73d0cce0f7f02535ca3f13905101e982fccc5a3f 100644
|
| --- a/Source/core/dom/DocumentOrderedList.h
|
| +++ b/Source/core/dom/DocumentOrderedList.h
|
| @@ -36,7 +36,7 @@ namespace blink {
|
|
|
| class Node;
|
|
|
| -class DocumentOrderedList FINAL {
|
| +class DocumentOrderedList final {
|
| WTF_MAKE_NONCOPYABLE(DocumentOrderedList);
|
| DISALLOW_ALLOCATION();
|
| public:
|
|
|