Chromium Code Reviews| Index: chrome/renderer/extensions/tts_custom_bindings.h |
| diff --git a/chrome/renderer/extensions/tts_custom_bindings.h b/chrome/renderer/extensions/tts_custom_bindings.h |
| index c0604310ea6adb204277835e4adf652786ed2b9b..2f6b05022a0199f79b01352391bdb5a5ac1b9d43 100644 |
| --- a/chrome/renderer/extensions/tts_custom_bindings.h |
| +++ b/chrome/renderer/extensions/tts_custom_bindings.h |
| @@ -12,7 +12,7 @@ namespace extensions { |
| // Implements custom bindings for the tts API. |
| class TTSCustomBindings : public ChromeV8Extension { |
| public: |
| - TTSCustomBindings(Dispatcher* dispatcher, v8::Handle<v8::Context> v8_context); |
| + TTSCustomBindings(Dispatcher* dispatcher, ChromeV8Context* v8_context); |
|
not at google - send to devlin
2013/05/29 15:55:13
v8_context -> context
marja
2013/05/29 16:56:33
Done.
|
| private: |
| v8::Handle<v8::Value> GetNextTTSEventId(const v8::Arguments& args); |