summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/tts_custom_bindings.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/extensions/tts_custom_bindings.h')
-rw-r--r--chrome/renderer/extensions/tts_custom_bindings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/renderer/extensions/tts_custom_bindings.h b/chrome/renderer/extensions/tts_custom_bindings.h
index e3a49a6..6f7f4f53 100644
--- a/chrome/renderer/extensions/tts_custom_bindings.h
+++ b/chrome/renderer/extensions/tts_custom_bindings.h
@@ -15,9 +15,9 @@ class TTSCustomBindings : public ChromeV8Extension {
TTSCustomBindings(Dispatcher* dispatcher, ChromeV8Context* context);
private:
- v8::Handle<v8::Value> GetNextTTSEventId(const v8::Arguments& args);
+ void GetNextTTSEventId(const v8::FunctionCallbackInfo<v8::Value>& args);
};
-} // extensions
+} // namespace extensions
#endif // CHROME_RENDERER_EXTENSIONS_TTS_CUSTOM_BINDINGS_H_