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

Unified Diff: third_party/WebKit/Source/core/html/AssignedNodesOptions.idl

Issue 1604853004: Rename slot.getDistributedNodes() to slot.getAssingedNodes({flatten: true}). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor Created 4 years, 11 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 | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/html/HTMLSlotElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/AssignedNodesOptions.idl
diff --git a/third_party/WebKit/Source/modules/worklet/Worklet.idl b/third_party/WebKit/Source/core/html/AssignedNodesOptions.idl
similarity index 54%
copy from third_party/WebKit/Source/modules/worklet/Worklet.idl
copy to third_party/WebKit/Source/core/html/AssignedNodesOptions.idl
index e4ad4f16744cc588b391d5134eacc3ed4dfa0d4c..5247c067a41f625201192547a913c6d79862b45d 100644
--- a/third_party/WebKit/Source/modules/worklet/Worklet.idl
+++ b/third_party/WebKit/Source/core/html/AssignedNodesOptions.idl
@@ -2,10 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// https://drafts.css-houdini.org/worklets/#worklet
+// http://w3c.github.io/webcomponents/spec/shadow/#idl-def-AssignedNodesOptions
-[
- GarbageCollected,
- RuntimeEnabled=Worklet,
-] interface Worklet {
+dictionary AssignedNodesOptions {
+ boolean flatten = false;
};
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/html/HTMLSlotElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698