From 90c009cadfacb562b37df4cf3c571aa578dfbc46 Mon Sep 17 00:00:00 2001 From: "jaggernaut%netscape.com" Date: Sun, 20 Jul 2003 12:13:22 +0000 Subject: [PATCH] Ugh, weird C&P git-svn-id: svn://10.0.0.236/trunk@145000 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/plugin/base/src/ns4xPluginInstance.cpp | 3 +-- mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp | 3 +-- mozilla/modules/plugin/base/src/nsPluginNativeWindowOS2.cpp | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/mozilla/modules/plugin/base/src/ns4xPluginInstance.cpp b/mozilla/modules/plugin/base/src/ns4xPluginInstance.cpp index f7e3229ed83..b9fa0ec8641 100644 --- a/mozilla/modules/plugin/base/src/ns4xPluginInstance.cpp +++ b/mozilla/modules/plugin/base/src/ns4xPluginInstance.cpp @@ -69,8 +69,7 @@ //////////////////////////////////////////////////////////////////////// // CID's && IID's -static NS_DEFINE_IID(kCPluginManagerCID, NS_PLUGINMANAGER_CID); // needed for NS -_TRY_SAFE_CALL +static NS_DEFINE_IID(kCPluginManagerCID, NS_PLUGINMANAGER_CID); // needed for NS_TRY_SAFE_CALL static NS_DEFINE_IID(kIPluginStreamListenerIID, NS_IPLUGINSTREAMLISTENER_IID); /////////////////////////////////////////////////////////////////////////////// diff --git a/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp b/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp index ee96d9a45d0..5085fee7c1e 100644 --- a/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp +++ b/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp @@ -209,8 +209,7 @@ static const char kDirectoryServiceContractID[] = "@mozilla.org/file/directory_s static NS_DEFINE_IID(kStringBundleServiceCID, NS_STRINGBUNDLESERVICE_CID); static NS_DEFINE_CID(kComponentManagerCID, NS_COMPONENTMANAGER_CID); static NS_DEFINE_CID(kEventQueueServiceCID, NS_EVENTQUEUESERVICE_CID); -static NS_DEFINE_CID(kCPluginManagerCID, NS_PLUGINMANAGER_CID); // needed for NS -_TRY_SAFE_CALL +static NS_DEFINE_CID(kCPluginManagerCID, NS_PLUGINMANAGER_CID); // needed for NS_TRY_SAFE_CALL //////////////////////////////////////////////////////////////////////// // Registry keys for caching plugin info diff --git a/mozilla/modules/plugin/base/src/nsPluginNativeWindowOS2.cpp b/mozilla/modules/plugin/base/src/nsPluginNativeWindowOS2.cpp index 4bb950497b5..7eabb281864 100644 --- a/mozilla/modules/plugin/base/src/nsPluginNativeWindowOS2.cpp +++ b/mozilla/modules/plugin/base/src/nsPluginNativeWindowOS2.cpp @@ -50,8 +50,7 @@ #include "nsPluginNativeWindow.h" static NS_DEFINE_CID(kEventQueueServiceCID, NS_EVENTQUEUESERVICE_CID); -static NS_DEFINE_CID(kCPluginManagerCID, NS_PLUGINMANAGER_CID); // needed for NS -_TRY_SAFE_CALL +static NS_DEFINE_CID(kCPluginManagerCID, NS_PLUGINMANAGER_CID); // needed for NS_TRY_SAFE_CALL #define NS_PLUGIN_WINDOW_PROPERTY_ASSOCIATION "MozillaPluginWindowPropertyAssociation"