| Index: chrome_frame/np_browser_functions.cc
|
| ===================================================================
|
| --- chrome_frame/np_browser_functions.cc (revision 46068)
|
| +++ chrome_frame/np_browser_functions.cc (working copy)
|
| @@ -64,9 +64,9 @@
|
| NPN_EnumerateProcPtr g_enumerate = NULL;
|
| NPN_PluginThreadAsyncCallProcPtr g_pluginthreadasynccall = NULL;
|
| NPN_ConstructProcPtr g_construct = NULL;
|
| -NPN_GetValueForURLProcPtr g_getvalueforurl = NULL;
|
| -NPN_SetValueForURLProcPtr g_setvalueforurl = NULL;
|
| -NPN_GetAuthenticationInfoProcPtr g_getauthenticationinfo = NULL;
|
| +NPN_GetValueForURLPtr g_getvalueforurl = NULL;
|
| +NPN_SetValueForURLPtr g_setvalueforurl = NULL;
|
| +NPN_GetAuthenticationInfoPtr g_getauthenticationinfo = NULL;
|
|
|
| // Must be called prior to calling any of the browser functions below.
|
| void InitializeBrowserFunctions(NPNetscapeFuncs* functions) {
|
|
|