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

Unified Diff: Source/web/SpeechRecognitionClientProxy.h

Issue 1328773002: Make classes and structures in web fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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/web/RemoteBridgeFrameOwner.h ('k') | Source/web/SpellCheckerClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/SpeechRecognitionClientProxy.h
diff --git a/Source/web/SpeechRecognitionClientProxy.h b/Source/web/SpeechRecognitionClientProxy.h
index 99a1fd58dd5dfeea9ff45f5f476c1cc3a1a94a93..e4ca0cfa43cffcedecb1764f7e3dd9805586f85a 100644
--- a/Source/web/SpeechRecognitionClientProxy.h
+++ b/Source/web/SpeechRecognitionClientProxy.h
@@ -29,6 +29,7 @@
#include "modules/speech/SpeechRecognitionClient.h"
#include "public/web/WebSpeechRecognizerClient.h"
#include "wtf/Compiler.h"
+#include "wtf/FastAllocBase.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/text/WTFString.h"
@@ -39,6 +40,7 @@ class WebSpeechRecognizer;
class WebString;
class SpeechRecognitionClientProxy final : public SpeechRecognitionClient, public WebSpeechRecognizerClient {
+ WTF_MAKE_FAST_ALLOCATED(SpeechRecognitionClientProxy);
public:
~SpeechRecognitionClientProxy() override;
« no previous file with comments | « Source/web/RemoteBridgeFrameOwner.h ('k') | Source/web/SpellCheckerClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698