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

Unified Diff: Source/core/dom/CustomElementCallbackDispatcher.cpp

Issue 18258003: Pow __proto__, sock :unresolved, and clunk the created callback at once. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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
Index: Source/core/dom/CustomElementCallbackDispatcher.cpp
diff --git a/Source/core/dom/CustomElementCallbackDispatcher.cpp b/Source/core/dom/CustomElementCallbackDispatcher.cpp
index 03a317de5af3ab8900fe9de812d03a4c40fd1f58..109f98875cd7a1bb051129b3aba1a39053b85ae9 100644
--- a/Source/core/dom/CustomElementCallbackDispatcher.cpp
+++ b/Source/core/dom/CustomElementCallbackDispatcher.cpp
@@ -66,7 +66,7 @@ void CustomElementCallbackDispatcher::enqueueCreatedCallback(CustomElementLifecy
if (!callbacks->hasCreated())
return;
- m_invocations.append(CreatedInvocation(callbacks, element));
+ m_invocations.prepend(CreatedInvocation(callbacks, element));
}
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698