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

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

Issue 1855823003: Implement Node.isConnected (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test fix Created 4 years, 8 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/Node.idl
diff --git a/third_party/WebKit/Source/core/dom/Node.idl b/third_party/WebKit/Source/core/dom/Node.idl
index b16f9d2ca7cf8a842d3e47b8a1b8071154ea84c6..772e1cb268336e5d2f7d3fa101ad6d43eb1ac57a 100644
--- a/third_party/WebKit/Source/core/dom/Node.idl
+++ b/third_party/WebKit/Source/core/dom/Node.idl
@@ -42,6 +42,7 @@
readonly attribute DOMString? baseURI;
+ [ImplementedAs=inDocument] readonly attribute boolean isConnected;
[PerWorldBindings] readonly attribute Document? ownerDocument;
[PerWorldBindings] readonly attribute Node? parentNode;
[PerWorldBindings] readonly attribute Element? parentElement;

Powered by Google App Engine
This is Rietveld 408576698