| Index: Source/web/tests/FakeWebPlugin.h
|
| diff --git a/Source/web/tests/FakeWebPlugin.h b/Source/web/tests/FakeWebPlugin.h
|
| index 2457f4039fc33ce5fc576a5267983d61213be1b6..6175a766d6b0facabeeff6440523b891657fbebc 100644
|
| --- a/Source/web/tests/FakeWebPlugin.h
|
| +++ b/Source/web/tests/FakeWebPlugin.h
|
| @@ -32,6 +32,7 @@
|
| #define FakeWebPlugin_h
|
|
|
| #include "public/web/WebPlugin.h"
|
| +#include "wtf/FastAllocBase.h"
|
|
|
| namespace blink {
|
|
|
| @@ -44,6 +45,7 @@ class WebURLResponse;
|
| struct WebPluginParams;
|
|
|
| class FakeWebPlugin : public WebPlugin {
|
| + WTF_MAKE_FAST_ALLOCATED(FakeWebPlugin);
|
| public:
|
| FakeWebPlugin(WebFrame*, const WebPluginParams&);
|
|
|
|
|