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

Unified Diff: sky/engine/core/dom/Text.idl

Issue 698213002: Remove lots of Text APIs. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/Text.idl
diff --git a/sky/engine/core/dom/Text.idl b/sky/engine/core/dom/Text.idl
index 9b6fcd98ca55b96b78bfb469a435d274fa04b49b..116566e3ee9d83a2b9cabab7fecec27eb2ad422e 100644
--- a/sky/engine/core/dom/Text.idl
+++ b/sky/engine/core/dom/Text.idl
@@ -24,10 +24,6 @@
// DOM Level 1
[RaisesException] Text splitText(unsigned long offset);
- // Introduced in DOM Level 3:
- readonly attribute DOMString wholeText;
- [MeasureAs=TextReplaceWholeText] Text replaceWholeText(DOMString content); // Removed from DOM4.
-
// Shadow DOM API
NodeList getDestinationInsertionPoints();
};

Powered by Google App Engine
This is Rietveld 408576698