author | Masayuki Nakano <masayuki@d-toybox.com> |
Thu, 16 Aug 2018 10:05:06 +0000 | |
changeset 432060 | ef882e3e4b6bb67e0bfef77939d1bd1addc68998 |
parent 432059 | c7cba947e5046220f9a3678b465df6db769c58f7 |
child 432061 | fd90e385d65bc4eeb960adaae509458504bbead8 |
push id | 67878 |
push user | masayuki@d-toybox.com |
push date | Fri, 17 Aug 2018 00:30:22 +0000 |
treeherder | autoland@ef882e3e4b6b [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | m_kato |
bugs | 1483127 |
milestone | 63.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/editor/libeditor/HTMLEditor.cpp +++ b/editor/libeditor/HTMLEditor.cpp @@ -4395,17 +4395,17 @@ HTMLEditor::RemoveAttributeOrEquivalent( return NS_OK; } return aSuppressTransaction ? aElement->UnsetAttr(kNameSpaceID_None, aAttribute, /* aNotify = */ true) : RemoveAttributeWithTransaction(*aElement, *aAttribute); } -nsresult +NS_IMETHODIMP HTMLEditor::SetIsCSSEnabled(bool aIsCSSPrefChecked) { if (!mCSSEditUtils) { return NS_ERROR_NOT_INITIALIZED; } mCSSEditUtils->SetCSSEnabled(aIsCSSPrefChecked);