| Index: Source/core/inspector/InjectedScript.h
 | 
| diff --git a/Source/core/inspector/InjectedScript.h b/Source/core/inspector/InjectedScript.h
 | 
| index d9c153c117f9f69c0fb0034dfe7e70bcd648b5a8..64861fcda9f5541a5761dedfc0c2b373d973d9a3 100644
 | 
| --- a/Source/core/inspector/InjectedScript.h
 | 
| +++ b/Source/core/inspector/InjectedScript.h
 | 
| @@ -45,7 +45,7 @@ class InjectedScriptModule;
 | 
|  class Node;
 | 
|  class SerializedScriptValue;
 | 
|  
 | 
| -class InjectedScript FINAL : public InjectedScriptBase {
 | 
| +class InjectedScript final : public InjectedScriptBase {
 | 
|  public:
 | 
|      InjectedScript();
 | 
|      virtual ~InjectedScript() { }
 | 
| 
 |