mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 773025 - fix 2 warnings in dom/plugins r=jst
This commit is contained in:
parent
c9728904d1
commit
59d5967dcb
@ -335,9 +335,6 @@ private:
|
||||
static nsTArray<nsPluginInstanceOwner*> *sCARefreshListeners;
|
||||
bool mSentInitialTopLevelWindowEvent;
|
||||
#endif
|
||||
// We need to know if async hide window is required since we
|
||||
// can not check UseAsyncRendering when executing StopPlugin
|
||||
bool mAsyncHidePluginWindow;
|
||||
|
||||
// Initially, the event loop nesting level we were created on, it's updated
|
||||
// if we detect the appshell is on a lower level as long as we're not stopped.
|
||||
|
@ -233,7 +233,7 @@ PluginInstanceChild::InternalGetNPObjectForValue(NPNVariable aValue,
|
||||
#ifdef DEBUG
|
||||
{
|
||||
NPError currentResult;
|
||||
PPluginScriptableObjectChild* currentActor;
|
||||
PPluginScriptableObjectChild* currentActor = nsnull;
|
||||
|
||||
switch (aValue) {
|
||||
case NPNVWindowNPObject:
|
||||
|
Loading…
Reference in New Issue
Block a user