Speculative fix for npapi.h compilation problem - Bug 1680
If this API is being used, then this ought to flush out the clients...
--- a/web_pub/browser_plugin_api/inc/npapi.h Thu Jun 17 12:25:04 2010 +0100
+++ b/web_pub/browser_plugin_api/inc/npapi.h Fri Jun 25 18:06:10 2010 +0100
@@ -434,7 +434,7 @@
}
NPN_GenericParam(const TDesC& aStrValue)
- :strValue(aStrValue)
+ :strValue(&aStrValue)
{
}
@@ -446,7 +446,7 @@
}
int intValue;
bool boolValue;
- const TDesC& strValue;
+ const TDesC* strValue;
void* voidValue;
};