diff options
-rw-r--r-- | js/ipc/JavaScriptShared.cpp | 2 | ||||
-rw-r--r-- | js/ipc/JavaScriptShared.h | 2 | ||||
-rw-r--r-- | js/ipc/WrapperAnswer.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/js/ipc/JavaScriptShared.cpp b/js/ipc/JavaScriptShared.cpp index aba02252d..050a72896 100644 --- a/js/ipc/JavaScriptShared.cpp +++ b/js/ipc/JavaScriptShared.cpp @@ -766,4 +766,4 @@ CPOWManager* mozilla::jsipc::CPOWManagerFor(PJavaScriptChild* aChild) { return static_cast<JavaScriptChild*>(aChild); -}
\ No newline at end of file +} diff --git a/js/ipc/JavaScriptShared.h b/js/ipc/JavaScriptShared.h index d0cd4615b..5aff470cc 100644 --- a/js/ipc/JavaScriptShared.h +++ b/js/ipc/JavaScriptShared.h @@ -234,4 +234,4 @@ class JavaScriptShared : public CPOWManager } // namespace jsipc } // namespace mozilla -#endif
\ No newline at end of file +#endif diff --git a/js/ipc/WrapperAnswer.cpp b/js/ipc/WrapperAnswer.cpp index 6ae68e01f..563f8f90d 100644 --- a/js/ipc/WrapperAnswer.cpp +++ b/js/ipc/WrapperAnswer.cpp @@ -795,4 +795,4 @@ WrapperAnswer::RecvDropObject(const ObjectId& objId) objects_.remove(objId); } return true; -}
\ No newline at end of file +} |