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

Unified Diff: third_party/WebKit/Source/core/dom/ElementCreationOptions.idl

Issue 2334223005: 2nd arg of document.createElement should be an object (Closed)
Patch Set: Remove deprecation warning for now. Created 4 years, 2 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: third_party/WebKit/Source/core/dom/ElementCreationOptions.idl
diff --git a/cc/ipc/frame_sink_id.mojom b/third_party/WebKit/Source/core/dom/ElementCreationOptions.idl
similarity index 59%
copy from cc/ipc/frame_sink_id.mojom
copy to third_party/WebKit/Source/core/dom/ElementCreationOptions.idl
index b8fb286fe883dc8cc0782d867ed452861f85b268..feae6b56f2781b3baf3bfc6ed0619b4d7afbbf0f 100644
--- a/cc/ipc/frame_sink_id.mojom
+++ b/third_party/WebKit/Source/core/dom/ElementCreationOptions.idl
@@ -2,9 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module cc.mojom;
+// https://dom.spec.whatwg.org/#dictdef-elementcreationoptions
-struct FrameSinkId {
- uint32 client_id;
- uint32 sink_id;
+dictionary ElementCreationOptions {
+ DOMString is;
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.idl ('k') | third_party/WebKit/Source/core/dom/TreeScopeTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698