Bug 938864 - Build layout/svg in unified mode; blanket-r=glandium

This commit is contained in:
Ehsan Akhgari 2013-11-14 21:48:52 -05:00
Родитель af436e2601
Коммит dd99c7a892
2 изменённых файлов: 3 добавлений и 1 удалений

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

@ -8,6 +8,8 @@
#include "mozilla/dom/SVGGraphicsElement.h"
class nsSVGSwitchFrame;
nsresult NS_NewSVGSwitchElement(nsIContent **aResult,
already_AddRefed<nsINodeInfo> aNodeInfo);

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

@ -15,7 +15,7 @@ EXPORTS += [
'SVGImageContext.h',
]
SOURCES += [
UNIFIED_SOURCES += [
'nsSVGAFrame.cpp',
'nsSVGClipPathFrame.cpp',
'nsSVGContainerFrame.cpp',