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

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

Issue 2170793002: Add Node.getRootNode(options) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 5 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/GetRootNodeOptions.idl
diff --git a/services/shell/background/tests/test.mojom b/third_party/WebKit/Source/core/dom/GetRootNodeOptions.idl
similarity index 72%
copy from services/shell/background/tests/test.mojom
copy to third_party/WebKit/Source/core/dom/GetRootNodeOptions.idl
index 18a92ec2634bed55b4048f5ece0e83b36f0c7b8f..73b4e4d3eeb3b0c54f00fa532acfc2cf5ab60e61 100644
--- a/services/shell/background/tests/test.mojom
+++ b/third_party/WebKit/Source/core/dom/GetRootNodeOptions.idl
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module shell.mojom;
-
-interface TestService {
- Test() => ();
+dictionary GetRootNodeOptions {
tkent 2016/07/25 04:49:23 Please add a comment on the specification. https:
hayato 2016/07/25 05:03:43 Done
+ boolean composed = false;
};

Powered by Google App Engine
This is Rietveld 408576698