Index: third_party/WebKit/Source/core/html/HTMLElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLElement.h b/third_party/WebKit/Source/core/html/HTMLElement.h |
index 325b38ffcfdd621b9f2c43d5a774962b98c89056..b890e3b9519958b243434c5d54be06dc065df5c2 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLElement.h |
@@ -152,6 +152,8 @@ class CORE_EXPORT HTMLElement : public Element { |
void ChildrenChanged(const ChildrenChange&) override; |
void CalculateAndAdjustDirectionality(); |
+ InsertionNotificationRequest InsertedInto(ContainerNode*) override; |
+ |
private: |
String DebugNodeName() const final; |
String nodeName() const final; |