/usr/include/thunderbird/mozilla/dom/RegisterBindings.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_RegisterBindings_h
#define mozilla_dom_RegisterBindings_h
namespace mozilla {
namespace dom {
void
RegisterWebIDLGlobalNames();
} // namespace dom
} // namespace mozilla
#endif // mozilla_dom_RegisterBindings_h
|