| Index: webkit/glue/SConscript
|
| diff --git a/webkit/glue/SConscript b/webkit/glue/SConscript
|
| index e8275ef171e9cadb74884b7cb309cd41cb2c96aa..65de5bfead751ea8642b4b3e543be36a41322661 100644
|
| --- a/webkit/glue/SConscript
|
| +++ b/webkit/glue/SConscript
|
| @@ -70,8 +70,7 @@ input_files = [
|
| ]
|
|
|
| if env['PLATFORM'] == 'posix':
|
| - # TODO(port): until we have plugin support for Linux, these files aren't
|
| - # built.
|
| + # TODO(port): until we have plugin support for Linux, these files aren't built.
|
| remove_files = [
|
| 'plugins/plugin_host.cc',
|
| 'plugins/plugin_instance.cc',
|
|
|