Bug 1466722 - Remove remaining references to nsCSSRuleProcessor since it has been removed. r=heycam

Differential Revision: https://phabricator.services.mozilla.com/D3928

--HG--
extra : moz-landing-system : lando
This commit is contained in:
svoisen 2018-08-22 01:29:39 +00:00
Родитель 1f4f71fbc2
Коммит d9fce4a9d0
4 изменённых файлов: 0 добавлений и 12 удалений

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

@ -81,11 +81,6 @@ fun:*nsDisplayOpacity*ShouldFlattenAway*
fun:*pref_InitInitialObjects*
# Code in netwerk/base/nsIOService.cpp
fun:*nsIOService*GetCachedProtocolHandler*
# Code in layout/style/nsCSSRuleProcessor.cpp
fun:*0nsCSSRuleProcessor@@*
fun:*nsCSSRuleProcessor*ClearSheets*
fun:*TreeMatchContext*InitAncestors*
fun:*TreeMatchContext*InitStyleScopes*
# Code in layout/xul/nsXULPopupManager.cpp
fun:*nsXULPopupManager*AdjustPopupsOnWindowChange*
# Code in dom/base/nsDocument.cpp

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

@ -88,11 +88,6 @@ fun:*nsDisplayOpacity*ShouldFlattenAway*
fun:*pref_InitInitialObjects*
# Code in netwerk/base/nsIOService.cpp
fun:*nsIOService*GetCachedProtocolHandler*
# Code in layout/style/nsCSSRuleProcessor.cpp
fun:*0nsCSSRuleProcessor@@*
fun:*nsCSSRuleProcessor*ClearSheets*
fun:*TreeMatchContext*InitAncestors*
fun:*TreeMatchContext*InitStyleScopes*
# Code in layout/xul/nsXULPopupManager.cpp
fun:*nsXULPopupManager*AdjustPopupsOnWindowChange*
# Code in dom/base/nsDocument.cpp

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

@ -11,7 +11,6 @@
#include "mozilla/StyleSheet.h"
#include "nsICSSLoaderObserver.h"
class nsCSSRuleProcessor;
class nsAtom;
class nsIContent;
class nsXBLPrototypeBinding;

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

@ -14,7 +14,6 @@
#include "nsIURI.h"
class nsCSSRuleProcessor;
class nsIPrincipal;
namespace mozilla {