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

Unified Diff: Source/bindings/scripts/CodeGeneratorV8.pm

Issue 14660019: Run Mutation Observer and Custom Element callbacks consistently at microtask checkpoint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing. 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
« no previous file with comments | « Source/WebKit/chromium/src/WebKit.cpp ('k') | Source/bindings/v8/CustomElementConstructorBuilder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/scripts/CodeGeneratorV8.pm
diff --git a/Source/bindings/scripts/CodeGeneratorV8.pm b/Source/bindings/scripts/CodeGeneratorV8.pm
index a21c25921389f856fbf4708f8ec1e16275e5a23e..fe1b3a1b3ff0d9b6a8b43c982fcd16729f6f7fb3 100644
--- a/Source/bindings/scripts/CodeGeneratorV8.pm
+++ b/Source/bindings/scripts/CodeGeneratorV8.pm
@@ -1701,9 +1701,9 @@ sub GenerateCustomElementInvocationScopeIfNeeded
die "IDL error: [Reflect] and [DeliverCustomElementCallbacks] cannot coexist yet";
}
- AddToImplIncludes("core/dom/CustomElementRegistry.h");
+ AddToImplIncludes("core/dom/CustomElementCallbackDispatcher.h");
$code .= <<END;
- CustomElementRegistry::CallbackDeliveryScope deliveryScope;
+ CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
END
}
return $code;
« no previous file with comments | « Source/WebKit/chromium/src/WebKit.cpp ('k') | Source/bindings/v8/CustomElementConstructorBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698