Changeset 74935 in vbox for trunk/src/libs/xpcom18a4
- Timestamp:
- Oct 19, 2018 5:22:30 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 125949
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/vboxdeps.cpp
r74931 r74935 11 11 #include "xpcom/proxy/src/nsProxyEventPrivate.h" 12 12 #include "nsTraceRefcnt.h" 13 #include "nsDebug.h" 13 14 14 15 uintptr_t deps[] = … … 22 23 (uintptr_t)NS_ProxyRelease, 23 24 (uintptr_t)nsTraceRefcnt::LogRelease, 25 (uintptr_t)nsDebug::Assertion, 24 26 0 25 27 };
Note:
See TracChangeset
for help on using the changeset viewer.