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

Unified Diff: sky/engine/core/dom/shadow/ShadowRoot.idl

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.idl
diff --git a/sky/engine/core/dom/shadow/ShadowRoot.idl b/sky/engine/core/dom/shadow/ShadowRoot.idl
index b8de17478384b68762866ede503e101d740641ee..04f8583b271d66ae336d5d5bd061b97432a14223 100644
--- a/sky/engine/core/dom/shadow/ShadowRoot.idl
+++ b/sky/engine/core/dom/shadow/ShadowRoot.idl
@@ -28,8 +28,6 @@ interface ShadowRoot : DocumentFragment {
readonly attribute Element activeElement;
readonly attribute ShadowRoot olderShadowRoot;
- [TreatNullAs=NullString, CustomElementCallbacks, RaisesException=Setter] attribute DOMString innerHTML;
-
[RaisesException] Node cloneNode([Default=Undefined] optional boolean deep);
Selection getSelection();
Element getElementById([Default=Undefined] optional DOMString elementId);

Powered by Google App Engine
This is Rietveld 408576698