Index: Source/core/dom/custom/CustomElement.h |
diff --git a/Source/core/dom/custom/CustomElement.h b/Source/core/dom/custom/CustomElement.h |
index 43b8d979388a862679ebe72982203c9e68ed4924..1acdc3ed297368106d12ac8574cb1d236850b53e 100644 |
--- a/Source/core/dom/custom/CustomElement.h |
+++ b/Source/core/dom/custom/CustomElement.h |
@@ -66,8 +66,8 @@ public: |
// API for Element to kick off changes |
static void attributeDidChange(Element*, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue); |
- static void didEnterDocument(Element*, const Document&); |
- static void didLeaveDocument(Element*, const Document&); |
+ static void didAttach(Element*, const Document&); |
+ static void didDetach(Element*, const Document&); |
static void wasDestroyed(Element*); |
private: |