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

Unified Diff: Source/core/dom/DocumentFragment.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/DocumentFragment.idl
diff --git a/Source/core/dom/DocumentFragment.idl b/Source/core/dom/DocumentFragment.idl
index 005032a254e262464d636cccd1c2edcc3782e932..a91af7bad9ad5a7c15d2d9cf26286044baa73396 100644
--- a/Source/core/dom/DocumentFragment.idl
+++ b/Source/core/dom/DocumentFragment.idl
@@ -19,7 +19,7 @@
[
Constructor,
- ConstructorCallWith=Document,
+ ConstructorCallWith=ExecutionContext,
] interface DocumentFragment : Node {
// NonElementParentNode API.
Element getElementById(DOMString elementId);

Powered by Google App Engine
This is Rietveld 408576698