Commit 0fabd086 authored by Justin Lebar's avatar Justin Lebar
Browse files

Bug 782971 - Fix crash resulting from not initializing an argument in...

Bug 782971 - Fix crash resulting from not initializing an argument in ShadowThebesLayerOGL::Swap(). r=cjones
parent 998b1193
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1004,6 +1004,7 @@ ShadowThebesLayerOGL::Swap(const ThebesBuffer& aNewFront,
    // Don't drop buffers on the floor.
    *aNewBack = aNewFront;
    *aNewBackValidRegion = aNewFront.rect();
    *aReadOnlyFront = null_t();
    return;
  }