| Index: third_party/WebKit/Source/core/dom/shadow/ElementShadow.h
|
| diff --git a/third_party/WebKit/Source/core/dom/shadow/ElementShadow.h b/third_party/WebKit/Source/core/dom/shadow/ElementShadow.h
|
| index bd67343226c0eea6d9d0c7e1dd60c6bc74069c69..6c555800ae7dd853786a18dab498fc9d4ba90d45 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/ElementShadow.h
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/ElementShadow.h
|
| @@ -84,6 +84,7 @@ public:
|
| void didDistributeNode(const Node*, InsertionPoint*);
|
|
|
| bool isV1() const { return youngestShadowRoot().isV1(); };
|
| + bool isOpen() const { return youngestShadowRoot().isOpen(); };
|
|
|
| DECLARE_TRACE();
|
|
|
|
|