| Index: Source/core/inspector/DOMPatchSupport.cpp
|
| diff --git a/Source/core/inspector/DOMPatchSupport.cpp b/Source/core/inspector/DOMPatchSupport.cpp
|
| index 3f62a6fbe862402d7745ecb95cc5c36660fc3a0f..7dc4de3082cf64a8ea88d8a513d053267f017b32 100644
|
| --- a/Source/core/inspector/DOMPatchSupport.cpp
|
| +++ b/Source/core/inspector/DOMPatchSupport.cpp
|
| @@ -82,8 +82,6 @@ DOMPatchSupport::DOMPatchSupport(DOMEditor* domEditor, Document& document)
|
| {
|
| }
|
|
|
| -DOMPatchSupport::~DOMPatchSupport() { }
|
| -
|
| void DOMPatchSupport::patchDocument(const String& markup)
|
| {
|
| RefPtr<Document> newDocument;
|
|
|