| Index: Source/core/dom/ContainerNode.h
|
| diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h
|
| index 9f22455fb6293c486c1b297c6cad5844423ccf22..86cda9beed324b98e9af4dc605584a142a320838 100644
|
| --- a/Source/core/dom/ContainerNode.h
|
| +++ b/Source/core/dom/ContainerNode.h
|
| @@ -127,6 +127,8 @@ public:
|
| virtual void setActive(bool = true) OVERRIDE;
|
| virtual void setHovered(bool = true) OVERRIDE;
|
|
|
| + void checkForChildrenAdjacentRuleChanges();
|
| +
|
| // -----------------------------------------------------------------------------
|
| // Notification of document structure changes (see core/dom/Node.h for more notification methods)
|
|
|
|
|