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
parent f30fc08937
commit a9b361e017
2 changed files with 3 additions and 1 deletions

View File

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

View File

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