| Index: Source/core/inspector/DOMEditor.h
 | 
| diff --git a/Source/core/inspector/DOMEditor.h b/Source/core/inspector/DOMEditor.h
 | 
| index 8cf3e2b4cdd88757988fb30e028c41375578ed71..4e4194daf1781589941eae38756ccd2921047c2e 100644
 | 
| --- a/Source/core/inspector/DOMEditor.h
 | 
| +++ b/Source/core/inspector/DOMEditor.h
 | 
| @@ -44,7 +44,7 @@ class Text;
 | 
|  
 | 
|  typedef String ErrorString;
 | 
|  
 | 
| -class DOMEditor FINAL : public NoBaseWillBeGarbageCollected<DOMEditor> {
 | 
| +class DOMEditor final : public NoBaseWillBeGarbageCollected<DOMEditor> {
 | 
|      WTF_MAKE_NONCOPYABLE(DOMEditor);
 | 
|      WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
 | 
|  public:
 | 
| 
 |