зеркало из https://github.com/mozilla/gecko-dev.git
Bug 839103 - Part 7: Only dispatch style sheet change events when enabled. r=bz
This commit is contained in:
Родитель
ff36f3c73d
Коммит
3186db863c
|
@ -3724,6 +3724,9 @@ nsDocument::AddStyleSheetToStyleSets(nsIStyleSheet* aSheet)
|
|||
|
||||
#define DO_STYLESHEET_NOTIFICATION(createFunc, initMethod, concreteInterface, type) \
|
||||
do { \
|
||||
if (!HasStyleSheetChangeEventsEnabled()) { \
|
||||
break; \
|
||||
} \
|
||||
nsCOMPtr<nsIDOMEvent> event; \
|
||||
nsresult rv = createFunc(getter_AddRefs(event), this, \
|
||||
mPresShell ? \
|
||||
|
|
Загрузка…
Ссылка в новой задаче