| Index: Source/core/dom/custom/CustomElementCallbackInvocation.cpp
|
| diff --git a/Source/core/dom/custom/CustomElementCallbackInvocation.cpp b/Source/core/dom/custom/CustomElementCallbackInvocation.cpp
|
| index 77badcd11009809ca256859c84f0073cba3ac8bc..13360fd38cc6d1cf41785aad418eb213ad3460dd 100644
|
| --- a/Source/core/dom/custom/CustomElementCallbackInvocation.cpp
|
| +++ b/Source/core/dom/custom/CustomElementCallbackInvocation.cpp
|
| @@ -102,7 +102,7 @@ public:
|
|
|
| private:
|
| virtual void dispatch(Element*) OVERRIDE;
|
| - virtual bool isCreated() const OVERRIDE { return true; }
|
| + virtual bool isCreatedCallback() const OVERRIDE { return true; }
|
| };
|
|
|
| void CreatedInvocation::dispatch(Element* element)
|
|
|