mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
14 lines
268 B
C++
14 lines
268 B
C++
#ifndef mozilla_dom_RegisterBindings_h__
|
|
#define mozilla_dom_RegisterBindings_h__
|
|
|
|
|
|
namespace mozilla {
|
|
namespace dom {
|
|
void
|
|
Register(nsScriptNameSpaceManager* aNameSpaceManager);
|
|
|
|
} // namespace dom
|
|
} // namespace mozilla
|
|
|
|
|
|
#endif // mozilla_dom_RegisterBindings_h__
|