Bug 1217307 - Remove some unnecessary null checks in rest of dom/. r=njn
This commit is contained in:
@@ -2161,9 +2161,6 @@ PluginInstanceChild::FlashThrottleMessage(HWND aWnd,
|
||||
// that's done in Destroy.
|
||||
FlashThrottleAsyncMsg* task = new FlashThrottleAsyncMsg(this,
|
||||
aWnd, aMsg, aWParam, aLParam, isWindowed);
|
||||
if (!task)
|
||||
return;
|
||||
|
||||
{
|
||||
MutexAutoLock lock(mAsyncCallMutex);
|
||||
mPendingAsyncCalls.AppendElement(task);
|
||||
|
||||
Reference in New Issue
Block a user