| Index: tools/dom/scripts/systemnative.py
|
| ===================================================================
|
| --- tools/dom/scripts/systemnative.py (revision 30191)
|
| +++ tools/dom/scripts/systemnative.py (working copy)
|
| @@ -1231,7 +1231,6 @@
|
| e.Emit('\n');
|
| e.Emit('} // namespace WebCore\n');
|
| e.Emit('#endif // DartWebkitClassIds_h\n');
|
| - self._emitters.Flush()
|
|
|
| path = os.path.join(output_dir, 'DartWebkitClassIds.cpp')
|
| e = self._emitters.FileEmitter(path)
|
| @@ -1281,7 +1280,6 @@
|
| e.Emit("};\n");
|
| e.Emit('\n');
|
| e.Emit('} // namespace WebCore\n');
|
| - self._emitters.Flush()
|
|
|
| def _IsOptionalStringArgumentInInitEventMethod(interface, operation, argument):
|
| return (
|
|
|