mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Issue #1375 - Fix unified sources
This commit is contained in:
parent
a03838af22
commit
02ff2ef376
4 changed files with 7 additions and 4 deletions
|
|
@ -12,6 +12,8 @@
|
|||
#include "mozilla/StyleSheetInlines.h"
|
||||
#include "mozilla/CSSStyleSheet.h"
|
||||
|
||||
#include "mozAutoDocUpdate.h"
|
||||
#include "nsIMediaList.h"
|
||||
#include "nsNullPrincipal.h"
|
||||
|
||||
namespace mozilla {
|
||||
|
|
@ -349,7 +351,7 @@ StyleSheet::AreRulesAvailable(nsIPrincipal& aSubjectPrincipal,
|
|||
JSObject*
|
||||
StyleSheet::WrapObject(JSContext* aCx, JS::Handle<JSObject*> aGivenProto)
|
||||
{
|
||||
return CSSStyleSheetBinding::Wrap(aCx, this, aGivenProto);
|
||||
return dom::CSSStyleSheetBinding::Wrap(aCx, this, aGivenProto);
|
||||
}
|
||||
|
||||
} // namespace mozilla
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue