Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / renderer / extensions / chrome_v8_context.h
index dcdcc90..ff44de8 100644 (file)
@@ -99,6 +99,8 @@ class ChromeV8Context : public RequestSender::Source {
                                     int argc,
                                     v8::Handle<v8::Value> argv[]) const;
 
+  void DispatchEvent(const char* event_name, v8::Handle<v8::Array> args) const;
+
   // Fires the onunload event on the unload_event module.
   void DispatchOnUnloadEvent();