| Index: ppapi/proxy/interface_proxy.h
|
| diff --git a/ppapi/proxy/interface_proxy.h b/ppapi/proxy/interface_proxy.h
|
| index 672e2682dde1df14618619dc28cf7ee0bc9a428d..9c7bba91d39e30598b24892151d7a2e1e5aec82a 100644
|
| --- a/ppapi/proxy/interface_proxy.h
|
| +++ b/ppapi/proxy/interface_proxy.h
|
| @@ -45,7 +45,7 @@ class InterfaceProxy : public IPC::Channel::Listener,
|
| // This will be NULL when this proxy is a source proxy.
|
| const void* target_interface() const { return target_interface_; }
|
|
|
| - Dispatcher* dispatcher() { return dispatcher_; }
|
| + Dispatcher* dispatcher() const { return dispatcher_; }
|
|
|
| // IPC::Message::Sender implementation.
|
| virtual bool Send(IPC::Message* msg);
|
|
|