| Index: Source/bindings/core/v8/ScriptPromisePropertyBase.h
|
| diff --git a/Source/bindings/core/v8/ScriptPromisePropertyBase.h b/Source/bindings/core/v8/ScriptPromisePropertyBase.h
|
| index 8dc0891c7fdc126caa1dcfd893852302e06557f9..378c4c4e1ea520dccec3fd022ebdbc4dec786dd2 100644
|
| --- a/Source/bindings/core/v8/ScriptPromisePropertyBase.h
|
| +++ b/Source/bindings/core/v8/ScriptPromisePropertyBase.h
|
| @@ -60,7 +60,7 @@ protected:
|
| void resetBase();
|
|
|
| private:
|
| - typedef Vector<OwnPtr<ScopedPersistent<v8::Object> > > WeakPersistentSet;
|
| + typedef Vector<OwnPtr<ScopedPersistent<v8::Object>>> WeakPersistentSet;
|
|
|
| void resolveOrRejectInternal(v8::Handle<v8::Promise::Resolver>);
|
| v8::Local<v8::Object> ensureHolderWrapper(ScriptState*);
|
|
|