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

Unified Diff: Source/core/html/shadow/TextControlInnerElements.h

Issue 181093003: Fix error introduced in r167687 and add copy constructor to PersistentHeapVector. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WillBe prefix 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/core/speech/SpeechInputResult.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/shadow/TextControlInnerElements.h
diff --git a/Source/core/html/shadow/TextControlInnerElements.h b/Source/core/html/shadow/TextControlInnerElements.h
index d18fd8c3ab569ca9a07496ebf9bd9ba3fc5c132c..48e689414268ce1f9d5657a4525a9534df431ada 100644
--- a/Source/core/html/shadow/TextControlInnerElements.h
+++ b/Source/core/html/shadow/TextControlInnerElements.h
@@ -134,7 +134,7 @@ private:
bool m_capturing;
SpeechInputState m_state;
int m_listenerId;
- SpeechInputResultArray m_results;
+ WillBePersistentSpeechInputResultArray m_results;
};
DEFINE_TYPE_CASTS(InputFieldSpeechButtonElement, Element, element, element->isInputFieldSpeechButtonElement(), element.isInputFieldSpeechButtonElement());
« no previous file with comments | « no previous file | Source/core/speech/SpeechInputResult.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698