Index: Source/core/inspector/InjectedScript.h |
diff --git a/Source/core/inspector/InjectedScript.h b/Source/core/inspector/InjectedScript.h |
index 05cfcf320fb4b7d39dbe18095f098e5d26973b11..6d9a6ff7cd581e4e71acfd98690fca05ec660f98 100644 |
--- a/Source/core/inspector/InjectedScript.h |
+++ b/Source/core/inspector/InjectedScript.h |
@@ -45,10 +45,10 @@ class Node; |
class SerializedScriptValue; |
-class InjectedScript : public InjectedScriptBase { |
+class InjectedScript FINAL : public InjectedScriptBase { |
public: |
InjectedScript(); |
- ~InjectedScript() { } |
+ virtual ~InjectedScript() { } |
void evaluate(ErrorString*, |
const String& expression, |