| Index: third_party/WebKit/Source/core/dom/Node.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
|
| index 44556ef21f300246cca1705843c8826ff6f2206d..34499a1be72370b6bf97430d5972115d5c175264 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -457,6 +457,8 @@ public:
|
|
|
| unsigned nodeIndex() const;
|
|
|
| + bool isConnected() const;
|
| +
|
| // Returns the DOM ownerDocument attribute. This method never returns null, except in the case
|
| // of a Document node.
|
| Document* ownerDocument() const;
|
|
|