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

Unified Diff: sky/engine/core/dom/shadow/ShadowRoot.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/shadow/ShadowRoot.h
diff --git a/sky/engine/core/dom/shadow/ShadowRoot.h b/sky/engine/core/dom/shadow/ShadowRoot.h
index 9b6703545a7d5bd4437466b6e2d772f7573cd06b..4dd9001c98f1e385da89fdd83f3ffba34ed1e01e 100644
--- a/sky/engine/core/dom/shadow/ShadowRoot.h
+++ b/sky/engine/core/dom/shadow/ShadowRoot.h
@@ -102,9 +102,6 @@ public:
ShadowRoot* olderShadowRoot() const { return next(); }
- String innerHTML() const;
- void setInnerHTML(const String&, ExceptionState&);
-
PassRefPtrWillBeRawPtr<Node> cloneNode(bool, ExceptionState&);
PassRefPtrWillBeRawPtr<Node> cloneNode(ExceptionState& exceptionState) { return cloneNode(true, exceptionState); }

Powered by Google App Engine
This is Rietveld 408576698