Index: Source/core/inspector/DOMPatchSupport.h |
diff --git a/Source/core/inspector/DOMPatchSupport.h b/Source/core/inspector/DOMPatchSupport.h |
index 04e939c7ddeb4728d95bca6bcae4ebf3c23d5af1..3aa775135b792b2d7ed15d780cf2614865769219 100644 |
--- a/Source/core/inspector/DOMPatchSupport.h |
+++ b/Source/core/inspector/DOMPatchSupport.h |
@@ -45,7 +45,7 @@ class Document; |
class ExceptionState; |
class Node; |
-class DOMPatchSupport { |
+class DOMPatchSupport FINAL { |
WTF_MAKE_NONCOPYABLE(DOMPatchSupport); |
public: |
static void patchDocument(Document&, const String& markup); |