mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 801210: Remove unnecessary semicolon after NS_INLINE_DECL_THREADSAFE_REFCOUNTING in media/mtransport headers. r=jesup
This commit is contained in:
parent
ccbe60c88d
commit
df7f3e3936
@ -126,7 +126,7 @@ class NrIceCtx {
|
||||
// The thread to direct method calls to
|
||||
nsCOMPtr<nsIEventTarget> thread() { return sts_target_; }
|
||||
|
||||
NS_INLINE_DECL_THREADSAFE_REFCOUNTING(NrIceCtx);
|
||||
NS_INLINE_DECL_THREADSAFE_REFCOUNTING(NrIceCtx)
|
||||
|
||||
private:
|
||||
NrIceCtx(const std::string& name, bool offerer)
|
||||
|
@ -94,7 +94,7 @@ class NrIceMediaStream {
|
||||
// work for trickle ICE yet--called internally
|
||||
void EmitAllCandidates();
|
||||
|
||||
NS_INLINE_DECL_THREADSAFE_REFCOUNTING(NrIceMediaStream);
|
||||
NS_INLINE_DECL_THREADSAFE_REFCOUNTING(NrIceMediaStream)
|
||||
|
||||
private:
|
||||
NrIceMediaStream(NrIceCtx *ctx, const std::string& name,
|
||||
|
Loading…
Reference in New Issue
Block a user