Index: Source/core/dom/custom/CustomElementMicrotaskStep.h |
diff --git a/Source/core/dom/custom/CustomElementMicrotaskStep.h b/Source/core/dom/custom/CustomElementMicrotaskStep.h |
index a50341d476678b75cc47f4caf969b510e0ee3762..625067ec1e327af11ee00fcfa51ad341fa0f6db1 100644 |
--- a/Source/core/dom/custom/CustomElementMicrotaskStep.h |
+++ b/Source/core/dom/custom/CustomElementMicrotaskStep.h |
@@ -42,7 +42,7 @@ public: |
virtual ~CustomElementMicrotaskStep() { } |
enum Result { |
- DidWork = 1 << 0, |
+ Continue = 1 << 0, |
ShouldStop = 1 << 1 |
}; |