Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
This commit is contained in:
@@ -17,20 +17,20 @@ namespace jsipc {
|
||||
class JavaScriptParent : public JavaScriptBase<PJavaScriptParent>
|
||||
{
|
||||
public:
|
||||
explicit JavaScriptParent(JSRuntime *rt);
|
||||
explicit JavaScriptParent(JSRuntime* rt);
|
||||
virtual ~JavaScriptParent();
|
||||
|
||||
bool init();
|
||||
void trace(JSTracer *trc);
|
||||
void trace(JSTracer* trc);
|
||||
|
||||
void drop(JSObject *obj);
|
||||
void drop(JSObject* obj);
|
||||
|
||||
mozilla::ipc::IProtocol*
|
||||
CloneProtocol(Channel* aChannel, ProtocolCloneContext* aCtx) override;
|
||||
|
||||
protected:
|
||||
virtual bool isParent() override { return true; }
|
||||
virtual JSObject *scopeForTargetObjects() override;
|
||||
virtual JSObject* scopeForTargetObjects() override;
|
||||
};
|
||||
|
||||
} // jsipc
|
||||
|
||||
Reference in New Issue
Block a user