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

Unified Diff: sky/engine/core/dom/DocumentFragment.h

Issue 665613003: Remove the ability to parse HTML fragments (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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: sky/engine/core/dom/DocumentFragment.h
diff --git a/sky/engine/core/dom/DocumentFragment.h b/sky/engine/core/dom/DocumentFragment.h
index f6c0baa6cc040205cbde67e8e2211e99c53223f9..1ca87bbef4384359db5081fd30d84df120768c89 100644
--- a/sky/engine/core/dom/DocumentFragment.h
+++ b/sky/engine/core/dom/DocumentFragment.h
@@ -33,8 +33,6 @@ class DocumentFragment : public ContainerNode {
public:
static PassRefPtrWillBeRawPtr<DocumentFragment> create(Document&);
- void parseHTML(const String&, Element* contextElement);
-
virtual bool canContainRangeEndPoint() const override final { return true; }
virtual bool isTemplateContent() const { return false; }
« no previous file with comments | « no previous file | sky/engine/core/dom/DocumentFragment.cpp » ('j') | sky/engine/core/editing/CompositeEditCommand.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698