| Index: Source/core/inspector/DOMPatchSupport.h
|
| diff --git a/Source/core/inspector/DOMPatchSupport.h b/Source/core/inspector/DOMPatchSupport.h
|
| index 4462fb58f5d221f7a55dc64670fb73a547a10b72..04e939c7ddeb4728d95bca6bcae4ebf3c23d5af1 100644
|
| --- a/Source/core/inspector/DOMPatchSupport.h
|
| +++ b/Source/core/inspector/DOMPatchSupport.h
|
| @@ -51,7 +51,6 @@ public:
|
| static void patchDocument(Document&, const String& markup);
|
|
|
| DOMPatchSupport(DOMEditor*, Document&);
|
| - virtual ~DOMPatchSupport();
|
|
|
| void patchDocument(const String& markup);
|
| Node* patchNode(Node*, const String& markup, ExceptionState&);
|
|
|