Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
git-svn-id: svn://10.0.0.236/trunk@146622 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -253,7 +253,7 @@ static const nsModuleComponentInfo gComponentInfo[] = {
|
||||
EventsPluginInstance::UnregisterSelf },
|
||||
};
|
||||
|
||||
NS_IMPL_NSGETMODULE(EventsPlugin, gComponentInfo);
|
||||
NS_IMPL_NSGETMODULE(EventsPlugin, gComponentInfo)
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
@@ -570,7 +570,7 @@ EventsPluginStreamListener::~EventsPluginStreamListener(void) {
|
||||
// This macro produces a simple version of QueryInterface, AddRef and Release.
|
||||
// See the nsISupports.h header file for details.
|
||||
|
||||
NS_IMPL_ISUPPORTS1(EventsPluginStreamListener, nsIPluginStreamListener);
|
||||
NS_IMPL_ISUPPORTS1(EventsPluginStreamListener, nsIPluginStreamListener)
|
||||
|
||||
NS_METHOD EventsPluginStreamListener::OnStartBinding(nsIPluginStreamInfo * /*pluginInfo*/) {
|
||||
#ifdef EVENTSPLUGIN_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user