| Index: content/browser/hyphenator/hyphenator_message_filter_unittest.cc
|
| ===================================================================
|
| --- content/browser/hyphenator/hyphenator_message_filter_unittest.cc (revision 154883)
|
| +++ content/browser/hyphenator/hyphenator_message_filter_unittest.cc (working copy)
|
| @@ -46,6 +46,7 @@
|
| IPC::PlatformFileForTransit file;
|
| IPC::ParamTraits<IPC::PlatformFileForTransit>::Read(message, &iter, &file);
|
| file_ = IPC::PlatformFileForTransitToPlatformFile(file);
|
| + delete message;
|
| return true;
|
| }
|
|
|
|
|