Bug 734667 - Compilation fail on some toolchains due extra semicolon in EGL Provider. r=joe

This commit is contained in:
Oleg Romashin 2012-03-11 22:41:03 +01:00
Родитель 42f8d5cb8b
Коммит 48344bb427
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2087,7 +2087,7 @@ GLContextEGL::CreateTextureImage(const nsIntSize& aSize,
{
nsRefPtr<TextureImage> t = new gl::TiledTextureImage(this, aSize, aContentType, aUseNearestFilter);
return t.forget();
};
}
already_AddRefed<TextureImage>
GLContextEGL::TileGenFunc(const nsIntSize& aSize,