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

Unified Diff: Source/core/dom/Text.idl

Issue 22182002: Measure usage for Text.prototype.replaceWholeText() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use MeasureAs instead of deprecating Created 7 years, 4 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
« no previous file with comments | « no previous file | Source/core/page/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Text.idl
diff --git a/Source/core/dom/Text.idl b/Source/core/dom/Text.idl
index aa82a4110fe47020047873856e816cc42d7099af..0fc2704cc3a77fa15ea2edc559e00d616dcd4796 100644
--- a/Source/core/dom/Text.idl
+++ b/Source/core/dom/Text.idl
@@ -27,5 +27,5 @@
// Introduced in DOM Level 3:
readonly attribute DOMString wholeText;
- Text replaceWholeText(DOMString content); // Removed from DOM4.
+ [MeasureAs=TextReplaceWholeText] Text replaceWholeText(DOMString content); // Removed from DOM4.
};
« no previous file with comments | « no previous file | Source/core/page/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698