| Index: third_party/WebKit/Source/core/inspector/DOMPatchSupport.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/DOMPatchSupport.h b/third_party/WebKit/Source/core/inspector/DOMPatchSupport.h
|
| index 26fd66ed287311cf26b95f432f4399be579ce2a2..2e4a2ba6213eece1fffcbdf163a450d74cc05d91 100644
|
| --- a/third_party/WebKit/Source/core/inspector/DOMPatchSupport.h
|
| +++ b/third_party/WebKit/Source/core/inspector/DOMPatchSupport.h
|
| @@ -49,8 +49,6 @@ class DOMPatchSupport final {
|
| WTF_MAKE_NONCOPYABLE(DOMPatchSupport);
|
|
|
| public:
|
| - static void PatchDocument(Document&, const String& markup);
|
| -
|
| DOMPatchSupport(DOMEditor*, Document&);
|
|
|
| void PatchDocument(const String& markup);
|
|
|