Bug 1083591 followup. Remove not-yet-implemented stringifier.

This commit is contained in:
Boris Zbarsky 2014-10-19 22:55:08 -04:00
Родитель fdaecfb699
Коммит 453833563f
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -76,7 +76,6 @@ interface DOMMatrixReadOnly {
DOMPoint transformPoint(optional DOMPointInit point);
[Throws] Float32Array toFloat32Array();
[Throws] Float64Array toFloat64Array();
stringifier;
};
[Pref="layout.css.DOMMatrix.enabled",