| Index: Source/core/inspector/DOMPatchSupport.h
|
| diff --git a/Source/core/inspector/DOMPatchSupport.h b/Source/core/inspector/DOMPatchSupport.h
|
| index 3f79f66f5f140bf1f80a40a75eb6861d3f60fab0..ed45fa5d50431df39dddcf08d62bdb4cfd767348 100644
|
| --- a/Source/core/inspector/DOMPatchSupport.h
|
| +++ b/Source/core/inspector/DOMPatchSupport.h
|
| @@ -46,7 +46,7 @@ class Document;
|
| class ExceptionState;
|
| class Node;
|
|
|
| -class DOMPatchSupport FINAL {
|
| +class DOMPatchSupport final {
|
| STACK_ALLOCATED();
|
| WTF_MAKE_NONCOPYABLE(DOMPatchSupport);
|
| public:
|
|
|