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

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

Issue 182763002: Add [WillBeGarbageCollected] to Event.idl (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/templates/interface.cpp » ('j') | Source/web/tests/CustomEventTest.cpp » ('J')
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 a554f2f090e7a318991dc654c0693d359a64a558..1c033600403d65be34fbb0450f1beb3465041f70 100644
--- a/Source/bindings/scripts/code_generator_v8.pm
+++ b/Source/bindings/scripts/code_generator_v8.pm
@@ -3059,7 +3059,7 @@ END
}
$implementation{nameSpaceInternal}->add(<<END);
- RefPtr<${implClassName}> event = ${implClassName}::create(type, eventInit${exceptionStateArgument});
+ RefPtrWillBeRawPtr<${implClassName}> event = ${implClassName}::create(type, eventInit${exceptionStateArgument});
END
if ($constructorRaisesException) {
« no previous file with comments | « no previous file | Source/bindings/templates/interface.cpp » ('j') | Source/web/tests/CustomEventTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698