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

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

Issue 340763003: Change [ConstructorCallWith={Document => ExecutionContext}] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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: Source/core/dom/Text.idl
diff --git a/Source/core/dom/Text.idl b/Source/core/dom/Text.idl
index 2e3f84252bd56ccf0fffede1a8a489946d7804f2..887a763546e435ae2850076cbb5a96bc02ff0436 100644
--- a/Source/core/dom/Text.idl
+++ b/Source/core/dom/Text.idl
@@ -18,7 +18,7 @@
*/
[
Constructor(optional DOMString data = null),
- ConstructorCallWith=Document,
+ ConstructorCallWith=ExecutionContext,
Custom=Wrap,
] interface Text : CharacterData {

Powered by Google App Engine
This is Rietveld 408576698