| Index: webkit/plugins/ppapi/ppb_directory_reader_impl.cc
|
| ===================================================================
|
| --- webkit/plugins/ppapi/ppb_directory_reader_impl.cc (revision 89672)
|
| +++ webkit/plugins/ppapi/ppb_directory_reader_impl.cc (working copy)
|
| @@ -73,11 +73,6 @@
|
| return reader->GetReference();
|
| }
|
|
|
| -PPB_DirectoryReader_Impl*
|
| -PPB_DirectoryReader_Impl::AsPPB_DirectoryReader_Impl() {
|
| - return this;
|
| -}
|
| -
|
| PPB_DirectoryReader_API* PPB_DirectoryReader_Impl::AsPPB_DirectoryReader_API() {
|
| return this;
|
| }
|
|
|