diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-01-04 23:29:10 -0500 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2020-01-26 15:50:22 -0500 |
commit | 53c9b77ed41aebb157012eff5e57cad3a962d18e (patch) | |
tree | 774cec41db2f86d1621497b7df20899bc9255622 /layout | |
parent | e6733c9278d0e9687be83de5b5f409a43653fbee (diff) | |
download | uxp-53c9b77ed41aebb157012eff5e57cad3a962d18e.tar.gz |
Bug 1315885 - Part 4: Implement callback reaction for custom element reactions.
Note: Skipped SyncInvokeReactions since it is removed in CE v1, waste of time.
Tag UXP Issue #1344
Diffstat (limited to 'layout')
-rw-r--r-- | layout/build/nsLayoutStatics.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/layout/build/nsLayoutStatics.cpp b/layout/build/nsLayoutStatics.cpp index 0f4560afea..27236e3f4f 100644 --- a/layout/build/nsLayoutStatics.cpp +++ b/layout/build/nsLayoutStatics.cpp @@ -412,8 +412,6 @@ nsLayoutStatics::Shutdown() DisplayItemClip::Shutdown(); - CustomElementRegistry::XPCOMShutdown(); - CacheObserver::Shutdown(); PromiseDebugging::Shutdown(); |