(no bug) Fix a typo in all.js's documentation for pref "layout.css.convertFromNode.enabled". DONTBUILD because comment-only

This commit is contained in:
Daniel Holbert 2015-10-07 22:55:58 -07:00
parent e086e82ea1
commit fcdb7d6597

View File

@ -2270,7 +2270,7 @@ pref("layout.css.getBoxQuads.enabled", false);
pref("layout.css.getBoxQuads.enabled", true);
#endif
// Is support for GeometryUtils.getBoxQuads enabled?
// Is support for GeometryUtils.convert*FromNode enabled?
#ifdef RELEASE_BUILD
pref("layout.css.convertFromNode.enabled", false);
#else