зеркало из https://github.com/mozilla/pjs.git
Bug 580546 FrameLayerBuilder.cpp failed to compile with Sun Studio 12 r=roc a=bsmedberg
This commit is contained in:
Родитель
b430cb6792
Коммит
e0eb18127b
|
@ -1075,7 +1075,7 @@ ContainerState::Finish()
|
|||
if (!layer->GetParent()) {
|
||||
// This is not currently a child of the container, so just add it
|
||||
// now.
|
||||
Layer* prevChild = i == 0 ? nsnull : mNewChildLayers[i - 1];
|
||||
Layer* prevChild = i == 0 ? nsnull : mNewChildLayers[i - 1].get();
|
||||
mContainerLayer->InsertAfter(layer, prevChild);
|
||||
continue;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче