| Index: chrome/renderer/extensions/tts_custom_bindings.cc
|
| ===================================================================
|
| --- chrome/renderer/extensions/tts_custom_bindings.cc (revision 186747)
|
| +++ chrome/renderer/extensions/tts_custom_bindings.cc (working copy)
|
| @@ -11,9 +11,8 @@
|
|
|
| namespace extensions {
|
|
|
| -TTSCustomBindings::TTSCustomBindings(
|
| - Dispatcher* dispatcher, v8::Handle<v8::Context> v8_context)
|
| - : ChromeV8Extension(dispatcher, v8_context) {
|
| +TTSCustomBindings::TTSCustomBindings()
|
| + : ChromeV8Extension(NULL) {
|
| RouteStaticFunction("GetNextTTSEventId", &GetNextTTSEventId);
|
| }
|
|
|
|
|