Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(857)

Unified Diff: Source/core/dom/custom/CustomElementProcessingStep.h

Issue 554333002: Modify CustomElementProcessingStep::isCreated()'s name (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rename to isCreatedCallback. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/custom/CustomElementCallbackQueue.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/custom/CustomElementProcessingStep.h
diff --git a/Source/core/dom/custom/CustomElementProcessingStep.h b/Source/core/dom/custom/CustomElementProcessingStep.h
index 7affa7b30db6767482c2fd0b76986bef68d83e98..ffba9c5c5ef90e6be7e1603054956823743e7545 100644
--- a/Source/core/dom/custom/CustomElementProcessingStep.h
+++ b/Source/core/dom/custom/CustomElementProcessingStep.h
@@ -44,7 +44,7 @@ public:
virtual ~CustomElementProcessingStep() { }
virtual void dispatch(Element*) = 0;
- virtual bool isCreated() const { return false; }
+ virtual bool isCreatedCallback() const { return false; }
};
}
« no previous file with comments | « Source/core/dom/custom/CustomElementCallbackQueue.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698