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 | 84e2fb892ab76b924eb506f0cc0b73656cff0a0f (patch) | |
tree | 774cec41db2f86d1621497b7df20899bc9255622 /layout | |
parent | 6d9c61004310a811cc228120b783f04c59c14116 (diff) | |
download | uxp-84e2fb892ab76b924eb506f0cc0b73656cff0a0f.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 mcp-graveyard/UXP#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(); |