/usr/include/thunderbird/mozilla/dom/ResolveSystemBinding.h is in thunderbird-dev 1:52.8.0-1~deb8u1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #ifndef mozilla_dom_ResolveSystemBinding_h
#define mozilla_dom_ResolveSystemBinding_h
namespace mozilla {
namespace dom {
bool
ResolveSystemBinding(JSContext* aCx, JS::Handle<JSObject*> aObj, JS::Handle<jsid> aId, bool* aResolvedp);
} // namespace dom
} // namespace mozilla
#endif // mozilla_dom_ResolveSystemBinding_h
|