Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: third_party/WebKit/Source/core/inspector/DOMPatchSupport.h

Issue 2972273002: DevTools: Page.setDocumentContent without using DOMPatchSupport (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698