Changeset 74931 in vbox
- Timestamp:
- Oct 18, 2018 6:13:22 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 125944
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/vboxdeps.cpp
r60975 r74931 10 10 #include <nsProxyRelease.h> 11 11 #include "xpcom/proxy/src/nsProxyEventPrivate.h" 12 #include "nsTraceRefcnt.h" 12 13 13 14 uintptr_t deps[] = … … 20 21 (uintptr_t)NS_NewPipe2, 21 22 (uintptr_t)NS_ProxyRelease, 23 (uintptr_t)nsTraceRefcnt::LogRelease, 22 24 0 23 25 };
Note:
See TracChangeset
for help on using the changeset viewer.