зеркало из https://github.com/mozilla/pjs.git
Removed unnecessary attribute serializer. This is not part of the build yet.
This commit is contained in:
Родитель
19bbf22225
Коммит
c2b8d65ff3
|
@ -61,11 +61,6 @@ class nsIContentSerializer : public nsISupports {
|
|||
NS_IMETHOD AddDoctype(nsIDOMDocumentType *aDoctype,
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD SerializeAttr(const nsAReadableString& aPrefix,
|
||||
const nsAReadableString& aName,
|
||||
const nsAReadableString& aValue,
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AddElementStart(nsIDOMElement *aElement,
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
||||
|
|
|
@ -61,11 +61,6 @@ class nsIContentSerializer : public nsISupports {
|
|||
NS_IMETHOD AddDoctype(nsIDOMDocumentType *aDoctype,
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD SerializeAttr(const nsAReadableString& aPrefix,
|
||||
const nsAReadableString& aName,
|
||||
const nsAReadableString& aValue,
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AddElementStart(nsIDOMElement *aElement,
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче