| Index: webkit/plugins/ppapi/message_channel.h
|
| ===================================================================
|
| --- webkit/plugins/ppapi/message_channel.h (revision 79559)
|
| +++ webkit/plugins/ppapi/message_channel.h (working copy)
|
| @@ -59,9 +59,7 @@
|
| NPObject* passthrough_object() {
|
| return passthrough_object_;
|
| }
|
| - void set_passthrough_object(NPObject* passthrough) {
|
| - passthrough_object_ = passthrough;
|
| - }
|
| + void SetPassthroughObject(NPObject* passthrough);
|
|
|
| NPObject* np_object() { return np_object_; }
|
|
|
|
|