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

Unified Diff: Source/modules/speech/SpeechRecognitionResultList.h

Issue 367113005: Remove destructors from ScriptWrappable objects in modules/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add Finalizable transition type Created 6 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/modules/speech/SpeechRecognitionResultList.h
diff --git a/Source/modules/speech/SpeechRecognitionResultList.h b/Source/modules/speech/SpeechRecognitionResultList.h
index 429e234f32293ce038f4e264ef0b47059a5da2a6..a15e0277e5572df2eba18c0c1ffa5f2ca2f2fc5b 100644
--- a/Source/modules/speech/SpeechRecognitionResultList.h
+++ b/Source/modules/speech/SpeechRecognitionResultList.h
@@ -32,7 +32,7 @@
namespace WebCore {
-class SpeechRecognitionResultList : public GarbageCollectedFinalized<SpeechRecognitionResultList>, public ScriptWrappable {
+class SpeechRecognitionResultList : public GarbageCollectedFinalizedWillBeGarbageCollected<SpeechRecognitionResultList>, public ScriptWrappable {
public:
static SpeechRecognitionResultList* create(const HeapVector<Member<SpeechRecognitionResult> >&);

Powered by Google App Engine
This is Rietveld 408576698