| 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 5a4ac4a8a405e787fc0a0dbf3235c60a29748b0b..87242d40a8318fd9a7a5a8cfc884b8c13d419b4d 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -645,6 +645,7 @@ public:
|
|
|
| bool isFinishedParsingChildren() const { return getFlag(IsFinishedParsingChildrenFlag); }
|
|
|
| + void checkSlotChange();
|
| void checkSlotChangeAfterInserted() { checkSlotChange(); }
|
| void checkSlotChangeBeforeRemoved() { checkSlotChange(); }
|
|
|
| @@ -769,7 +770,6 @@ private:
|
| // per-thread.
|
| virtual String debugNodeName() const;
|
|
|
| - void checkSlotChange();
|
|
|
| bool isUserActionElementActive() const;
|
| bool isUserActionElementInActiveChain() const;
|
|
|