summaryrefslogtreecommitdiffstats
path: root/mojo/edk/js/drain_data.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/edk/js/drain_data.cc')
-rw-r--r--mojo/edk/js/drain_data.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/mojo/edk/js/drain_data.cc b/mojo/edk/js/drain_data.cc
index 49c0552..bc5d223 100644
--- a/mojo/edk/js/drain_data.cc
+++ b/mojo/edk/js/drain_data.cc
@@ -17,6 +17,7 @@
namespace mojo {
namespace edk {
+namespace js {
DrainData::DrainData(v8::Isolate* isolate, mojo::Handle handle)
: isolate_(isolate),
@@ -130,5 +131,6 @@ void DrainData::DeliverData(MojoResult result) {
delete this;
}
+} // namespace js
} // namespace edk
} // namespace mojo