Index: ppapi/proxy/video_capture_resource.cc |
diff --git a/ppapi/proxy/video_capture_resource.cc b/ppapi/proxy/video_capture_resource.cc |
index af5c62e0a08027ceb40a0667ca658fabed1b5823..6ea8bd500157182d70933377cf7266281b0923b2 100644 |
--- a/ppapi/proxy/video_capture_resource.cc |
+++ b/ppapi/proxy/video_capture_resource.cc |
@@ -24,7 +24,7 @@ VideoCaptureResource::VideoCaptureResource( |
PluginDispatcher* dispatcher) |
: PluginResource(connection, instance), |
open_state_(BEFORE_OPEN), |
- ALLOW_THIS_IN_INITIALIZER_LIST(enumeration_helper_(this)) { |
+ enumeration_helper_(this) { |
SendCreate(RENDERER, PpapiHostMsg_VideoCapture_Create()); |
ppp_video_capture_impl_ = static_cast<const PPP_VideoCapture_Dev*>( |