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

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

Issue 25777002: Move custom element code to core/dom/custom/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 | « no previous file | Source/bindings/tests/results/V8TestObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/scripts/code_generator_v8.pm
diff --git a/Source/bindings/scripts/code_generator_v8.pm b/Source/bindings/scripts/code_generator_v8.pm
index 81a9ce4d0766a567cb5d7a3fdd5b2cf7b9e876f5..2aa95b7ebafaabbc9f347bd015e2a7a1be7c18e0 100644
--- a/Source/bindings/scripts/code_generator_v8.pm
+++ b/Source/bindings/scripts/code_generator_v8.pm
@@ -1728,7 +1728,7 @@ sub GenerateCustomElementInvocationScopeIfNeeded
}
if ($annotation eq "Enable" or $ext->{"Reflect"}) {
- AddToImplIncludes("core/dom/CustomElementCallbackDispatcher.h");
+ AddToImplIncludes("core/dom/custom/CustomElementCallbackDispatcher.h");
$code .= <<END;
CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
END
« no previous file with comments | « no previous file | Source/bindings/tests/results/V8TestObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698